nodejs-mozilla/test/fixtures/uncaught-exceptions/timeout.js

4 lines
62 B
JavaScript
Raw Normal View History

2022-07-18 11:52:00 +08:00
setTimeout(function() {
throw new Error('timeout');
}, 10);