From eddb916883901385233bea24313e2920fcac5388 Mon Sep 17 00:00:00 2001 From: Ali Hasani Date: Sun, 17 May 2020 21:41:24 +0430 Subject: Implement Deno.kill for windows (#5347) --- cli/js/lib.deno.unstable.d.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'cli/js/lib.deno.unstable.d.ts') diff --git a/cli/js/lib.deno.unstable.d.ts b/cli/js/lib.deno.unstable.d.ts index a166cb1c0..d34d86636 100644 --- a/cli/js/lib.deno.unstable.d.ts +++ b/cli/js/lib.deno.unstable.d.ts @@ -1120,8 +1120,6 @@ declare namespace Deno { * * Deno.kill(p.pid, Deno.Signal.SIGINT); * - * Throws Error (not yet implemented) on Windows - * * Requires `allow-run` permission. */ export function kill(pid: number, signo: number): void; -- cgit v1.2.3