diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-02-07 20:07:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-07 20:07:20 -0500 |
commit | 46804e50ed3941cba9a7c6b12c77c73c988ddf62 (patch) | |
tree | 31ffe677d8c8cc73ff95e0bc4dcf3db0f0672b4e /tests/async_error.ts.out | |
parent | f22e0d72c52e89994a81265d35a023d85f230fd7 (diff) |
Color exceptions (#1698)
Diffstat (limited to 'tests/async_error.ts.out')
-rw-r--r-- | tests/async_error.ts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/async_error.ts.out b/tests/async_error.ts.out index 4a2b78f6c..2bd958f9a 100644 --- a/tests/async_error.ts.out +++ b/tests/async_error.ts.out @@ -3,7 +3,7 @@ before error world [WILDCARD]tests/async_error.ts:4:10 throw Error("error"); - + ^ Uncaught Error: error at foo ([WILDCARD]tests/async_error.ts:4:9) at [WILDCARD]tests/async_error.ts:7:1 |