summaryrefslogtreecommitdiff
path: root/tests/async_error.ts.out
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-02-07 20:07:20 -0500
committerGitHub <noreply@github.com>2019-02-07 20:07:20 -0500
commit46804e50ed3941cba9a7c6b12c77c73c988ddf62 (patch)
tree31ffe677d8c8cc73ff95e0bc4dcf3db0f0672b4e /tests/async_error.ts.out
parentf22e0d72c52e89994a81265d35a023d85f230fd7 (diff)
Color exceptions (#1698)
Diffstat (limited to 'tests/async_error.ts.out')
-rw-r--r--tests/async_error.ts.out2
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