mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 05:04:48 +00:00
Implement Deno.kill for windows (#5347)
This commit is contained in:
parent
a054250a2c
commit
eddb916883
5 changed files with 104 additions and 67 deletions
2
cli/js/lib.deno.unstable.d.ts
vendored
2
cli/js/lib.deno.unstable.d.ts
vendored
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue