diff options
Diffstat (limited to 'cli/tests/error_002.ts.out')
-rw-r--r-- | cli/tests/error_002.ts.out | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cli/tests/error_002.ts.out b/cli/tests/error_002.ts.out index 292544a33..2aae770f8 100644 --- a/cli/tests/error_002.ts.out +++ b/cli/tests/error_002.ts.out @@ -1,9 +1,6 @@ [WILDCARD]error: Uncaught Error: exception from mod1 -[WILDCARD]tests/subdir/mod1.ts:16:9 - -16 throw Error("exception from mod1"); - ^ - + throw Error("exception from mod1"); + ^ at throwsError ([WILDCARD]tests/subdir/mod1.ts:16:9) at foo ([WILDCARD]tests/error_002.ts:4:3) at [WILDCARD]tests/error_002.ts:7:1 |