diff options
Diffstat (limited to 'cli/tests/error_001.ts.out')
-rw-r--r-- | cli/tests/error_001.ts.out | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/tests/error_001.ts.out b/cli/tests/error_001.ts.out index d4103349a..39d5ba1ad 100644 --- a/cli/tests/error_001.ts.out +++ b/cli/tests/error_001.ts.out @@ -1,6 +1,6 @@ [WILDCARD]error: Uncaught Error: bad 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 + 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 |