mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 04:52:26 -05:00
Windows note for Signal in CommandStatus
This commit is contained in:
parent
8d24be1a59
commit
ff329e2d52
1 changed files with 1 additions and 1 deletions
2
cli/tsc/dts/lib.deno.ns.d.ts
vendored
2
cli/tsc/dts/lib.deno.ns.d.ts
vendored
|
@ -4389,7 +4389,7 @@ declare namespace Deno {
|
|||
success: boolean;
|
||||
/** The exit code of the child process. */
|
||||
code: number;
|
||||
/** The signal associated with the child process. */
|
||||
/** The signal associated with the child process. This field is `null` on Windows. */
|
||||
signal: Signal | null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue