From 2b362bef8523f3d8c05ce5d3d4b4a839b669568d Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Sat, 11 Apr 2020 07:08:11 +0100 Subject: refactor(cli/fmt_errors): Format stack frames in prepareStackTrace() (#4706) --- cli/tests/error_004_missing_module.ts.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/tests/error_004_missing_module.ts.out') 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]) -- cgit v1.2.3