summaryrefslogtreecommitdiff
path: root/cli/dts/lib.deno.unstable.d.ts
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2022-09-14 16:37:05 +1000
committerGitHub <noreply@github.com>2022-09-14 08:37:05 +0200
commit6a9acc81420a5e87e61de48b25af85d961e35730 (patch)
treee1ea0231287a8766cb1b73518c96a27b01e90537 /cli/dts/lib.deno.unstable.d.ts
parentb26d0b8a03e0ee616a42d8903fa3db6e9b255802 (diff)
doc(unstable): mention that `signal` input isn't supported in `spawnSync` (#15889)
Diffstat (limited to 'cli/dts/lib.deno.unstable.d.ts')
-rw-r--r--cli/dts/lib.deno.unstable.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/dts/lib.deno.unstable.d.ts b/cli/dts/lib.deno.unstable.d.ts
index 2512eb806..4bca9438e 100644
--- a/cli/dts/lib.deno.unstable.d.ts
+++ b/cli/dts/lib.deno.unstable.d.ts
@@ -1362,7 +1362,7 @@ declare namespace Deno {
/**
* An AbortSignal that allows closing the process using the corresponding
* AbortController by sending the process a SIGTERM signal.
- * Not Supported by execSync.
+ * Not supported in spawnSync.
*/
signal?: AbortSignal;