add/run process before the node intentionally/unintentionally ended
npm install node-process-end-handler
- Require the library
var processEnd = require('node-process-end-handler');
- And include the process you want to run before the node exits.
processEnd.include(function(){
// your process here
});
That's all and you can test it by running and closing your node.
- This was tested on
node version 7.*
- Rej Mediodia
- TMJP ENGINEERS