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 | |
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')
-rw-r--r-- | cli/tests/error_026_remote_import_error.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/error_026_remote_import_error.ts b/cli/tests/error_026_remote_import_error.ts new file mode 100644 index 000000000..1ab600cfa --- /dev/null +++ b/cli/tests/error_026_remote_import_error.ts @@ -0,0 +1 @@ +import "http://localhost:4545/cli/tests/error_001.ts"; |