mirror of
https://github.com/denoland/deno.git
synced 2024-12-04 17:18:23 -05:00
doc(unstable): mention that signal
input isn't supported in spawnSync
(#15889)
This commit is contained in:
parent
e65d8af1f7
commit
6c558e8470
1 changed files with 1 additions and 1 deletions
2
cli/dts/lib.deno.unstable.d.ts
vendored
2
cli/dts/lib.deno.unstable.d.ts
vendored
|
@ -1362,7 +1362,7 @@ declare namespace Deno {
|
||||||
/**
|
/**
|
||||||
* An AbortSignal that allows closing the process using the corresponding
|
* An AbortSignal that allows closing the process using the corresponding
|
||||||
* AbortController by sending the process a SIGTERM signal.
|
* AbortController by sending the process a SIGTERM signal.
|
||||||
* Not Supported by execSync.
|
* Not supported in spawnSync.
|
||||||
*/
|
*/
|
||||||
signal?: AbortSignal;
|
signal?: AbortSignal;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue