Source code

Revision control

Copy as Markdown

Other Tools

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