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/inline_js_source_map_2.js.out | |
parent | a2adecbba6c66cf40b5655b0a03e50b3ba412fb2 (diff) |
fix(cli/source_map): Don't use file names from source maps (#9462)
Diffstat (limited to 'cli/tests/inline_js_source_map_2.js.out')
-rw-r--r-- | cli/tests/inline_js_source_map_2.js.out | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/inline_js_source_map_2.js.out b/cli/tests/inline_js_source_map_2.js.out index 008eb0657..13e50bac4 100644 --- a/cli/tests/inline_js_source_map_2.js.out +++ b/cli/tests/inline_js_source_map_2.js.out @@ -1,4 +1,2 @@ error: Uncaught Error: Hello world! -throw new Error("Hello world!"); - ^ at http://localhost:4545/cli/tests/inline_js_source_map_2.ts:6:7 |