Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 678 Bytes

File metadata and controls

31 lines (23 loc) · 678 Bytes

node-process-end-handler

add/run process before the node intentionally/unintentionally ended

Installation

npm install node-process-end-handler

Usage

  • 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.

Support

  • This was tested on node version 7.*

Contributors

License

MIT