summaryrefslogtreecommitdiff
path: root/cli/tests/error_001.ts.out
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-06-05 11:37:40 -0400
committerGitHub <noreply@github.com>2020-06-05 11:37:40 -0400
commit78bfeebad11954666d3104ea3556ec9f2e64f6a4 (patch)
treef29deee9518be75fc4b4d99e4e3c24343de83053 /cli/tests/error_001.ts.out
parentc4c6a8dae488a3473ee09b0e3a54943b706d8944 (diff)
Revert "fix: Use # to denote line number in stack traces" (#6119)
This reverts commit c4c6a8dae488a3473ee09b0e3a54943b706d8944 There is some controversy about this change because vscode doesn't interpret the fragments correctly. Needs more discussion before landing.
Diffstat (limited to 'cli/tests/error_001.ts.out')
-rw-r--r--cli/tests/error_001.ts.out6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/tests/error_001.ts.out b/cli/tests/error_001.ts.out
index 39d5ba1ad..d4103349a 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