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

4 lines
62 B
JavaScript

setTimeout(function() {
throw new Error('timeout');
}, 10);