diff options
Diffstat (limited to 'tests/error_006_import_ext_failure.ts.out')
-rw-r--r-- | tests/error_006_import_ext_failure.ts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/error_006_import_ext_failure.ts.out b/tests/error_006_import_ext_failure.ts.out index 01cc23274..62c2998d6 100644 --- a/tests/error_006_import_ext_failure.ts.out +++ b/tests/error_006_import_ext_failure.ts.out @@ -1,6 +1,6 @@ Compiling [WILDCARD]tests/error_006_import_ext_failure.ts [WILDCARD] -NotFound: Cannot resolve module "./non-existent" from "[WILDCARD]/tests/error_006_import_ext_failure.ts" +Uncaught NotFound: Cannot resolve module "./non-existent" from "[WILDCARD]/tests/error_006_import_ext_failure.ts" at DenoError ([WILDCARD]/js/errors.ts:[WILDCARD]) at maybeError ([WILDCARD]/js/errors.ts:[WILDCARD]) at maybeThrowError ([WILDCARD]/js/errors.ts:[WILDCARD]) |