From ef6ee25e09c902e1f9d89a40cf05660432e7143c Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Mon, 20 Apr 2020 20:39:02 +0100 Subject: refactor(cli/fmt_errors): Improve source line formatting (#4832) --- cli/tests/async_error.ts.out | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'cli/tests/async_error.ts.out') 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 -- cgit v1.2.3