UNPKG

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