diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2020-04-20 20:39:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-20 15:39:02 -0400 |
commit | ef6ee25e09c902e1f9d89a40cf05660432e7143c (patch) | |
tree | b43745fa471693e7d8787b4a5e9a2489f895c873 /cli/tests/async_error.ts.out | |
parent | f72f045de586a7d0e428b77f6a3e381178cc6674 (diff) |
refactor(cli/fmt_errors): Improve source line formatting (#4832)
Diffstat (limited to 'cli/tests/async_error.ts.out')
-rw-r--r-- | cli/tests/async_error.ts.out | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cli/tests/async_error.ts.out b/cli/tests/async_error.ts.out index 6e22799c2..7e32cd3dd 100644 --- a/cli/tests/async_error.ts.out +++ b/cli/tests/async_error.ts.out @@ -2,10 +2,7 @@ before error world error: Uncaught Error: error -[WILDCARD]tests/async_error.ts:5:9 - -5 throw Error("error"); - ^ - + throw Error("error"); + ^ at foo ([WILDCARD]tests/async_error.ts:5:9) at [WILDCARD]tests/async_error.ts:8:1 |