diff options
Diffstat (limited to 'cli/tests/unsupported_dynamic_import_scheme.out')
-rw-r--r-- | cli/tests/unsupported_dynamic_import_scheme.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/unsupported_dynamic_import_scheme.out b/cli/tests/unsupported_dynamic_import_scheme.out index 9160f935f..c708fced4 100644 --- a/cli/tests/unsupported_dynamic_import_scheme.out +++ b/cli/tests/unsupported_dynamic_import_scheme.out @@ -1,5 +1,6 @@ error: Uncaught (in promise) TypeError: Unsupported scheme "xxx" for module "xxx:". Supported schemes: [ "data", + "blob", "file", "http", "https", |