node-death
node-death copied to clipboard
Gracefully cleanup when termination signals are sent to your process.
Results
3
node-death issues
Sort by
recently updated
recently updated
newest added
```sh $ node script.js | tee script.log ^Cevents.js:163 throw er; // Unhandled 'error' event ^ Error: write EPIPE at exports._errnoException (util.js:1050:11) at WriteWrap.afterWrite [as oncomplete] (net.js:814:14) ``` The script is:...
Hi Team, **Issue:** I'm using node-death in my project. Node-Death is working fine when I'm running my application in Windows platform. On 'SIGINT' (ctrl+c) its gracefully shutting down the open...