test.js 111 B

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