Files
Kmake/test/fixtures/uncaught-exceptions/global.js
2026-05-26 23:36:42 -07:00

3 lines
67 B
JavaScript

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