diff options
author | Bert Belder <bertbelder@gmail.com> | 2021-01-13 20:52:12 -0800 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2021-01-14 10:26:59 -0800 |
commit | 979d71c883ee76c5e1246c5ad02f2791b745bef6 (patch) | |
tree | 97e6212460238ed14fa7cf7504f1c70cd311acbb /std/async | |
parent | b358426eeae1118e73a5420fbe1b3becdb5371a1 (diff) |
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.
Diffstat (limited to 'std/async')
0 files changed, 0 insertions, 0 deletions