summaryrefslogtreecommitdiff
path: root/test/fixtures/uncaught-exceptions/timeout.js
blob: 1d8491ff62e6d6065ed13c12435347008265edc0 (plain)
1
2
3
setTimeout(function() {
  throw new Error('timeout');
}, 10);