node/test/fixtures/uncaught-exceptions/global.js

3 lines
67 B
JavaScript

console.log('going to throw an error');
throw new Error('global');