diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-05-07 15:57:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-07 15:57:10 +0200 |
commit | 0ba90c8c11089500b23761f126a8d08afd38a73e (patch) | |
tree | 593af7487ba351c16869b3e6eef0141be1d43adf /cli/tests/unsupported_dynamic_import_scheme.out | |
parent | dabe88f854b7cc04518c5ff75c55fa437360a91f (diff) |
fix(imports): fix panic on unsupported scheme (#5131)
Diffstat (limited to 'cli/tests/unsupported_dynamic_import_scheme.out')
-rw-r--r-- | cli/tests/unsupported_dynamic_import_scheme.out | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/unsupported_dynamic_import_scheme.out b/cli/tests/unsupported_dynamic_import_scheme.out new file mode 100644 index 000000000..2a1a4e01f --- /dev/null +++ b/cli/tests/unsupported_dynamic_import_scheme.out @@ -0,0 +1,5 @@ +error: Uncaught TypeError: Unsupported scheme "xxx" for module "xxx:". Supported schemes: [ + "http", + "https", + "file", +] |