diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2020-12-15 16:52:55 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-15 16:52:55 +1100 |
| commit | 63a821b78b5a293c0eb5b3ecc18d67bde8331eda (patch) | |
| tree | 4229af0ba8b9f56467f1355b0c53054b69039edf /cli/tests/unsupported_dynamic_import_scheme.out | |
| parent | b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04 (diff) | |
fix(cli): make dynamic import errors catchable (#8750)
Fixes #6259
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", |
