wallet-core/node_modules/tmp/test.js

7 lines
111 B
JavaScript
Raw Normal View History

2016-11-03 01:33:53 +01:00
process.on('uncaughtException', function ( err ) {
console.log('blah');
throw err;
});
throw "on purpose"