1 2 3 4 5 6
process.on('uncaughtException', function ( err ) { console.log('blah'); throw err; }); throw "on purpose"