deno/runtime/ops
Bert Belder 979d71c883 refactor: make Process#kill() throw sensible errors on Windows (#9111)
Previously, calling `Process#kill()` after the process had exited would
sometimes throw a `TypeError` on Windows. After this patch, it will
throw `NotFound` instead, just like other platforms.

This patch also fixes flakiness of the `runKillAfterStatus` test on
Windows.
2021-01-14 10:26:59 -08:00
..
crypto.rs update copyright to 2021 (#9081) 2021-01-10 21:59:07 -05:00
dispatch_minimal.rs update copyright to 2021 (#9081) 2021-01-10 21:59:07 -05:00
fetch.rs update copyright to 2021 (#9081) 2021-01-10 21:59:07 -05:00
fs_events.rs upgrade: tokio 1.0 (#8779) 2021-01-11 23:50:02 -08:00
fs.rs upgrade: tokio 1.0 (#8779) 2021-01-11 23:50:02 -08:00
io.rs update copyright to 2021 (#9081) 2021-01-10 21:59:07 -05:00
mod.rs update copyright to 2021 (#9081) 2021-01-10 21:59:07 -05:00
net_unix.rs upgrade: tokio 1.0 (#8779) 2021-01-11 23:50:02 -08:00
net.rs feat: stabilize Deno.shutdown() and Conn#closeWrite() 2021-01-12 16:17:31 -08:00
os.rs update copyright to 2021 (#9081) 2021-01-10 21:59:07 -05:00
permissions.rs update copyright to 2021 (#9081) 2021-01-10 21:59:07 -05:00
plugin.rs update copyright to 2021 (#9081) 2021-01-10 21:59:07 -05:00
process.rs refactor: make Process#kill() throw sensible errors on Windows (#9111) 2021-01-14 10:26:59 -08:00
runtime.rs update copyright to 2021 (#9081) 2021-01-10 21:59:07 -05:00
signal.rs update copyright to 2021 (#9081) 2021-01-10 21:59:07 -05:00
timers.rs upgrade: tokio 1.0 (#8779) 2021-01-11 23:50:02 -08:00
tls.rs feat(runtime/tls): add global tls session cache (#8877) 2021-01-12 16:22:33 -08:00
tty.rs update copyright to 2021 (#9081) 2021-01-10 21:59:07 -05:00
web_worker.rs update copyright to 2021 (#9081) 2021-01-10 21:59:07 -05:00
websocket.rs update copyright to 2021 (#9081) 2021-01-10 21:59:07 -05:00
worker_host.rs update copyright to 2021 (#9081) 2021-01-10 21:59:07 -05:00