aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tmp/test.js
blob: 8058221c4ab77b6802e7ee2ef480265a35285bc6 (plain)
1
2
3
4
5
6
process.on('uncaughtException', function ( err ) {
  console.log('blah');
  throw err;
});

throw "on purpose"