mirror of
https://github.com/lune-org/lune.git
synced 2025-04-04 10:30:54 +01:00
chore(types): use consistent class naming for SpawnResult
This commit is contained in:
parent
96ee1ba512
commit
6a713a881f
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ function ChildProcessWriter:write(data: buffer | string): ()
|
|||
end
|
||||
|
||||
--[=[
|
||||
@interface SpawnResult
|
||||
@interface ChildProcess
|
||||
@within Process
|
||||
|
||||
Result type for child processes in `process.create`.
|
||||
|
|
Loading…
Add table
Reference in a new issue