summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/test/mochitest/examples/sourcemaps-with-sections/xbundle.js
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/debugger/test/mochitest/examples/sourcemaps-with-sections/xbundle.js')
-rw-r--r--devtools/client/debugger/test/mochitest/examples/sourcemaps-with-sections/xbundle.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/devtools/client/debugger/test/mochitest/examples/sourcemaps-with-sections/xbundle.js b/devtools/client/debugger/test/mochitest/examples/sourcemaps-with-sections/xbundle.js
new file mode 100644
index 0000000000..f1024e2ef4
--- /dev/null
+++ b/devtools/client/debugger/test/mochitest/examples/sourcemaps-with-sections/xbundle.js
@@ -0,0 +1,7 @@
+"use strict";
+
+setInterval(function () {
+ console.log("about to throw");
+ throw new Error('error');
+}, 1000);
+//# sourceMappingURL=xbundle.js.map