execa
execa copied to clipboard
`subprocess.kill(0)` is broken on Windows since Node 23.4.0
This is a bug with Node.js, described in https://github.com/nodejs/node/issues/57669.
Let's see how the discussion on the Node.js repository goes before deciding on any workaround.
Fixed by https://github.com/nodejs/node/pull/57695 which will probably land in 23.12.0.
It landed in Node.js 24.0.0.
So the wrong behavior is from 23.4.0 to the last version of 23.*.* (as of now, 23.11.1).