summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/report_error.ts.out
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2022-04-19 09:59:51 +0100
committerGitHub <noreply@github.com>2022-04-19 10:59:51 +0200
commitc30d95f2e36cb3519e1e23c0934b388ebba6bc2c (patch)
treef34db42cce4803e76affb12ccb95ad59a77354ad /cli/tests/testdata/report_error.ts.out
parenta64e63c3614b98aa2b51fb6b7ef4e30251e03111 (diff)
feat(ext/web): add globalThis.reportError() (#13799)
Diffstat (limited to 'cli/tests/testdata/report_error.ts.out')
-rw-r--r--cli/tests/testdata/report_error.ts.out5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/report_error.ts.out b/cli/tests/testdata/report_error.ts.out
new file mode 100644
index 000000000..185db62a5
--- /dev/null
+++ b/cli/tests/testdata/report_error.ts.out
@@ -0,0 +1,5 @@
+1
+error: Uncaught Error: foo
+reportError(new Error("foo"));
+ ^
+ at [WILDCARD]/report_error.ts:2:13