diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2019-06-20 12:07:01 +1000 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-06-19 19:07:01 -0700 |
| commit | 425df50484f315dcd63b4d93ab6911702779899e (patch) | |
| tree | 61d95f3773f254e1ed17d915ad927d40a1caeeea /tests/error_001.ts.out | |
| parent | 43f48386d7921612c5cbe7d39a4dfb82a3f3367e (diff) | |
Combine CLI Errors (#2487)
Diffstat (limited to 'tests/error_001.ts.out')
| -rw-r--r-- | tests/error_001.ts.out | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/tests/error_001.ts.out b/tests/error_001.ts.out index 7a8491225..3c7e2828e 100644 --- a/tests/error_001.ts.out +++ b/tests/error_001.ts.out @@ -1,4 +1,9 @@ -[WILDCARD]Error: bad - at foo (file://[WILDCARD]tests/error_001.ts:2:9) - at bar (file://[WILDCARD]tests/error_001.ts:6:3) - at file://[WILDCARD]tests/error_001.ts:9:1 +[WILDCARD]error: Uncaught Error: bad +[WILDCARD]tests/error_001.ts:2:9 + +2 throw Error("bad"); + ^ + + at foo ([WILDCARD]tests/error_001.ts:2:9) + at bar ([WILDCARD]tests/error_001.ts:6:3) + at [WILDCARD]tests/error_001.ts:9:1 |
