SyntaxFix
Write A Post
Hire A Developer
Questions
Just wanted to mention death package here: https://github.com/jprichardson/node-death
death
Example:
var ON_DEATH = require('death')({uncaughtException: true}); //this is intentionally ugly ON_DEATH(function(signal, err) { //clean up code here })