We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d081ea commit ab8eb4fCopy full SHA for ab8eb4f
test-main.js
@@ -1,3 +1,6 @@
1
+// Tun on full stack traces in errors to help debugging
2
+Error.stackTraceLimit=Infinity;
3
+
4
// Use "register" extension from systemjs.
5
// That's what Traceur outputs: `System.register()`.
6
register(System);
0 commit comments