diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-06-24 19:10:21 +0200 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-06-24 10:10:21 -0700 |
| commit | 70a9859adce478180a15d43877fe239a44379556 (patch) | |
| tree | 2ff6108cadc265bf5b80215dbcf4de9f134e7ef9 /tests/error_004_missing_module.ts.out | |
| parent | 3c81cca0374c96ff4759ec9305eb5529dd29a4d8 (diff) | |
refactor: use Path/PathBuf in deno dir (#2559)
Diffstat (limited to 'tests/error_004_missing_module.ts.out')
| -rw-r--r-- | tests/error_004_missing_module.ts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/error_004_missing_module.ts.out b/tests/error_004_missing_module.ts.out index 6add996f2..2a66779d0 100644 --- a/tests/error_004_missing_module.ts.out +++ b/tests/error_004_missing_module.ts.out @@ -1,4 +1,4 @@ -[WILDCARD]error: Uncaught NotFound: Cannot resolve module "[WILDCARD]/bad-module.ts" from "[WILDCARD]tests/error_004_missing_module.ts" +[WILDCARD]error: Uncaught NotFound: Cannot resolve module "[WILDCARD]/bad-module.ts" [WILDCARD] js/errors.ts:[WILDCARD] at DenoError (js/errors.ts:[WILDCARD]) at maybeError (js/errors.ts:[WILDCARD]) |
