systemjs/test/tests/error.js
2013-11-25 15:04:49 +02:00

3 lines
50 B
JavaScript

setTimeout(function() {
throw 'error';
}, 1000);