diff --git a/cli/dts/lib.deno.unstable.d.ts b/cli/dts/lib.deno.unstable.d.ts index 2512eb8069..4bca9438e1 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;