3 lines
53 B
JavaScript
3 lines
53 B
JavaScript
setImmediate(() => {
|
|
throw new Error('oh no');
|
|
});
|