diff options
author | Parsa Ghadimi <me@qti3e.com> | 2018-05-30 17:03:55 +0430 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-30 08:33:55 -0400 |
commit | 2242c6c7921fcb681d3be7683fba862b4954b04a (patch) | |
tree | 12a1b50c1e180caafb35a7f37df64aed98e8399d /testdata/async_error.ts.out | |
parent | 1156467c937f5b9af532a25fa80a706eea8f959d (diff) |
Use wildcard to check stack trace outputs (#3)
Diffstat (limited to 'testdata/async_error.ts.out')
-rw-r--r-- | testdata/async_error.ts.out | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testdata/async_error.ts.out b/testdata/async_error.ts.out new file mode 100644 index 000000000..7b7dc9d19 --- /dev/null +++ b/testdata/async_error.ts.out @@ -0,0 +1,10 @@ +hello +before error +error Error: error + at foo ([WILDCARD]testdata/async_error.ts:4:11) + at eval ([WILDCARD]testdata/async_error.ts:6:1) + at Object.eval [as globalEval] (<anonymous>) + at execute (/main.js:[WILDCARD]) + at FileModule.compileAndRun (/main.js:[WILDCARD]) + at /main.js:[WILDCARD] + at /main.js:[WILDCARD] |