summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/test/mochitest/examples/sourcemaps-with-sections/xbundle.js
blob: f1024e2ef4b5f13edaacbfb453055caebd01091a (plain)
1
2
3
4
5
6
7
"use strict";

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