diff options
Diffstat (limited to 'cli/tests/error_026_remote_import_error.ts.out')
-rw-r--r-- | cli/tests/error_026_remote_import_error.ts.out | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cli/tests/error_026_remote_import_error.ts.out b/cli/tests/error_026_remote_import_error.ts.out new file mode 100644 index 000000000..e2d6545ef --- /dev/null +++ b/cli/tests/error_026_remote_import_error.ts.out @@ -0,0 +1,7 @@ +[WILDCARD]error: Uncaught Error: bad + throw Error("bad"); + ^ + at foo (http://localhost:4545/cli/tests/error_001.ts:2:9) + at bar (http://localhost:4545/cli/tests/error_001.ts:6:3) + at http://localhost:4545/cli/tests/error_001.ts:9:1 +[WILDCARD] |