diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2021-02-14 06:38:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-14 17:38:41 +1100 |
commit | 5873adeb5e6ec2113eeb5adc964b7ce129d4905d (patch) | |
tree | 169791c17ca0392cd2248bf9da4c923898a3ef3c /cli/tests/error_026_remote_import_error.ts.out | |
parent | a2adecbba6c66cf40b5655b0a03e50b3ba412fb2 (diff) |
fix(cli/source_map): Don't use file names from source maps (#9462)
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] |