diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2020-06-05 11:37:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-05 11:37:40 -0400 |
| commit | 78bfeebad11954666d3104ea3556ec9f2e64f6a4 (patch) | |
| tree | f29deee9518be75fc4b4d99e4e3c24343de83053 /cli/tests/error_024_stack_promise_all.ts.out | |
| parent | c4c6a8dae488a3473ee09b0e3a54943b706d8944 (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_024_stack_promise_all.ts.out')
| -rw-r--r-- | cli/tests/error_024_stack_promise_all.ts.out | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/tests/error_024_stack_promise_all.ts.out b/cli/tests/error_024_stack_promise_all.ts.out index bfec5065b..38cb4ac31 100644 --- a/cli/tests/error_024_stack_promise_all.ts.out +++ b/cli/tests/error_024_stack_promise_all.ts.out @@ -1,8 +1,8 @@ [WILDCARD]Error: Promise.all() - at [WILDCARD]tests/error_024_stack_promise_all.ts#[WILDCARD] + at [WILDCARD]tests/error_024_stack_promise_all.ts:[WILDCARD] at async Promise.all (index 0) - at async [WILDCARD]tests/error_024_stack_promise_all.ts#[WILDCARD] + at async [WILDCARD]tests/error_024_stack_promise_all.ts:[WILDCARD] error: Uncaught Error: Promise.all() - at [WILDCARD]tests/error_024_stack_promise_all.ts#[WILDCARD] + at [WILDCARD]tests/error_024_stack_promise_all.ts:[WILDCARD] at async Promise.all (index 0) - at async [WILDCARD]tests/error_024_stack_promise_all.ts#[WILDCARD] + at async [WILDCARD]tests/error_024_stack_promise_all.ts:[WILDCARD] |
