coreybutler / node-windows

Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).
Other
2.79k stars 358 forks source link

Add listener for SIGKILL #217

Closed NitayRabi closed 4 years ago

NitayRabi commented 6 years ago

Issue - When running taskkill or similar term, wrapper.js doesn't send shutdown message to child process.

Listen to SIGKILL in order to kill child process in wrapper.js