mirror of https://github.com/nodejs/node.git
3 lines
67 B
JavaScript
3 lines
67 B
JavaScript
|
console.log('going to throw an error');
|
||
|
throw new Error('global');
|