diff options
Diffstat (limited to 'cli/tests/testdata/report_error.ts.out')
-rw-r--r-- | cli/tests/testdata/report_error.ts.out | 5 |
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 |