wallet-core/node_modules/tmp/test.js
2016-11-03 01:33:53 +01:00

7 lines
111 B
JavaScript

process.on('uncaughtException', function ( err ) {
console.log('blah');
throw err;
});
throw "on purpose"