execa
execa copied to clipboard
`subprocess.kill('SIGWINCH')` terminates the subprocess on Windows since Node 23.4.0
This is a bug with Node.js, described in https://github.com/nodejs/node/issues/42923#issuecomment-2762174940
Let's see how the discussion on the Node.js repository goes before deciding on any workaround.
Underlying Node.js bug still open at: https://github.com/nodejs/node/issues/42923#issuecomment-3448792053