diff options
Diffstat (limited to 'cli/tests/unsupported_dynamic_import_scheme.out')
-rw-r--r-- | cli/tests/unsupported_dynamic_import_scheme.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/unsupported_dynamic_import_scheme.out b/cli/tests/unsupported_dynamic_import_scheme.out index 0161b7a99..434f14c4c 100644 --- a/cli/tests/unsupported_dynamic_import_scheme.out +++ b/cli/tests/unsupported_dynamic_import_scheme.out @@ -1,4 +1,4 @@ -error: Unsupported scheme "xxx" for module "xxx:". Supported schemes: [ +error: Uncaught (in promise) TypeError: Unsupported scheme "xxx" for module "xxx:". Supported schemes: [ "http", "https", "file", |