Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
expect unconditional exit with SIGTERM on Windows
Per <https://nodejs.org/api/process.html>, "Sending SIGINT, SIGTERM, and SIGKILL cause the unconditional termination of the target process." So Node ignores our SIGTERM handler, and the process ends when killed with that signal.
- Loading branch information