summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com>2019-01-12 06:14:09 -0800
committerRyan Dahl <ry@tinyclouds.org>2019-01-12 09:14:09 -0500
commite29a676b78773ddbb095a41eaf4f2ce5a8a701ab (patch)
treebb79f5bd54db2c0d8d2ae8011543f90087e428e7 /tests
parent6322f45e7b11eb0124bcf63b679b4db05f1acdb6 (diff)
Avoid show confusing lines in gen/bundle/main.js that throws error (#1502)
Diffstat (limited to 'tests')
-rw-r--r--tests/error_004_missing_module.ts.out3
-rw-r--r--tests/error_006_import_ext_failure.ts.out3
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/error_004_missing_module.ts.out b/tests/error_004_missing_module.ts.out
index ab15ed8e0..2e91f012e 100644
--- a/tests/error_004_missing_module.ts.out
+++ b/tests/error_004_missing_module.ts.out
@@ -1,4 +1,5 @@
-[WILDCARD]NotFound: Cannot resolve module "bad-module.ts" from "[WILDCARD]/tests/error_004_missing_module.ts"
+Compiling [WILDCARD]tests/error_004_missing_module.ts
+NotFound: Cannot resolve module "bad-module.ts" from "[WILDCARD]/tests/error_004_missing_module.ts"
at DenoError ([WILDCARD]/js/errors.ts:[WILDCARD])
at maybeError ([WILDCARD]/js/errors.ts:[WILDCARD])
at maybeThrowError ([WILDCARD]/js/errors.ts:[WILDCARD])
diff --git a/tests/error_006_import_ext_failure.ts.out b/tests/error_006_import_ext_failure.ts.out
index 59fa463c5..316ebcfd2 100644
--- a/tests/error_006_import_ext_failure.ts.out
+++ b/tests/error_006_import_ext_failure.ts.out
@@ -1,4 +1,5 @@
-[WILDCARD]NotFound: Cannot resolve module "./non-existent" from "[WILDCARD]/tests/error_006_import_ext_failure.ts"
+Compiling [WILDCARD]tests/error_006_import_ext_failure.ts
+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])