From 78bfeebad11954666d3104ea3556ec9f2e64f6a4 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 5 Jun 2020 11:37:40 -0400 Subject: 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. --- cli/tests/error_020_stack_constructor.ts.out | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cli/tests/error_020_stack_constructor.ts.out') diff --git a/cli/tests/error_020_stack_constructor.ts.out b/cli/tests/error_020_stack_constructor.ts.out index f1333f879..a60e375d7 100644 --- a/cli/tests/error_020_stack_constructor.ts.out +++ b/cli/tests/error_020_stack_constructor.ts.out @@ -1,6 +1,6 @@ [WILDCARD]Error: constructor - at new A ([WILDCARD]tests/error_020_stack_constructor.ts#[WILDCARD]) - at [WILDCARD]tests/error_020_stack_constructor.ts#[WILDCARD] + at new A ([WILDCARD]tests/error_020_stack_constructor.ts:[WILDCARD]) + at [WILDCARD]tests/error_020_stack_constructor.ts:[WILDCARD] error: Uncaught Error: constructor - at new A ([WILDCARD]tests/error_020_stack_constructor.ts#[WILDCARD]) - at [WILDCARD]tests/error_020_stack_constructor.ts#[WILDCARD] + at new A ([WILDCARD]tests/error_020_stack_constructor.ts:[WILDCARD]) + at [WILDCARD]tests/error_020_stack_constructor.ts:[WILDCARD] -- cgit v1.2.3