summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/report_error_handled.ts.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/report_error_handled.ts.out')
-rw-r--r--cli/tests/testdata/report_error_handled.ts.out13
1 files changed, 13 insertions, 0 deletions
diff --git a/cli/tests/testdata/report_error_handled.ts.out b/cli/tests/testdata/report_error_handled.ts.out
new file mode 100644
index 000000000..89fa30314
--- /dev/null
+++ b/cli/tests/testdata/report_error_handled.ts.out
@@ -0,0 +1,13 @@
+1
+{
+ cancelable: true,
+ message: "Uncaught Error: foo",
+ filename: "[WILDCARD]/report_error_handled.ts",
+ lineno: 18,
+ colno: 13,
+ error: Error: foo
+ at [WILDCARD]/report_error_handled.ts:18:13
+}
+onerror() called Error: foo
+ at [WILDCARD]/report_error_handled.ts:18:13
+2