diff options
Diffstat (limited to 'cli/tests/error_004_missing_module.ts.out')
-rw-r--r-- | cli/tests/error_004_missing_module.ts.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/error_004_missing_module.ts.out b/cli/tests/error_004_missing_module.ts.out index 691d5ce5a..e82cb00da 100644 --- a/cli/tests/error_004_missing_module.ts.out +++ b/cli/tests/error_004_missing_module.ts.out @@ -1,9 +1,9 @@ [WILDCARD]error: Uncaught NotFound: Cannot resolve module "[WILDCARD]/bad-module.ts" from "[WILDCARD]/error_004_missing_module.ts" [WILDCARD]dispatch_json.ts:[WILDCARD] at unwrapResponse ([WILDCARD]dispatch_json.ts:[WILDCARD]) - at sendAsync ([WILDCARD]dispatch_json.ts:[WILDCARD]) - at async processImports ([WILDCARD]compiler/imports.ts:[WILDCARD]) + at Object.sendAsync ([WILDCARD]dispatch_json.ts:[WILDCARD]) at async processImports ([WILDCARD]compiler/imports.ts:[WILDCARD]) + at async Object.processImports ([WILDCARD]compiler/imports.ts:[WILDCARD]) at async compile ([WILDCARD]compiler.ts:[WILDCARD]) at async tsCompilerOnMessage ([WILDCARD]compiler.ts:[WILDCARD]) at async workerMessageRecvCallback ([WILDCARD]runtime_worker.ts:[WILDCARD]) |