7 lines
146 B
JavaScript
7 lines
146 B
JavaScript
"use strict";
|
|
|
|
setInterval(function () {
|
|
console.log("about to throw");
|
|
throw new Error('error');
|
|
}, 1000);
|
|
//# sourceMappingURL=xbundle.js.map
|