summaryrefslogtreecommitdiff
path: root/cli/tests/error_004_missing_module.ts.out
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2020-04-11 07:08:11 +0100
committerGitHub <noreply@github.com>2020-04-11 02:08:11 -0400
commit2b362bef8523f3d8c05ce5d3d4b4a839b669568d (patch)
treedd5c567e66fc3141fa486c93ce2e899aba802fe4 /cli/tests/error_004_missing_module.ts.out
parent2feb661b858f3c8380ceb0362d137079e12b9248 (diff)
refactor(cli/fmt_errors): Format stack frames in prepareStackTrace() (#4706)
Diffstat (limited to 'cli/tests/error_004_missing_module.ts.out')
-rw-r--r--cli/tests/error_004_missing_module.ts.out4
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])