Commit 9f56bc8b authored by Nitzan Uziely's avatar Nitzan Uziely Committed by Benjamin Gruenbaum
Browse files

child_process: fix spawn and fork abort behavior

Fix AbortSignal in Spawn which doesn't actually abort
the process, and fork can emit an AbortError even if
the process was already exited. Add documentation
For killSignal.

Fixes: https://github.com/nodejs/node/issues/37273

PR-URL: https://github.com/nodejs/node/pull/37325


Reviewed-By: default avatarBenjamin Gruenbaum <benjamingr@gmail.com>
parent fc6d8f4b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment