diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-12-10 17:50:41 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-10 17:50:41 -0500 |
| commit | 9a960b9f5804f5e855163e7ec43327c28daef845 (patch) | |
| tree | f67a70c4c35999ff89601968e57783644063a062 /tests/error_002.ts.out | |
| parent | 1548792fb3530efb63432c0c704a3f0053410eb3 (diff) | |
Use stderr for exceptions (#1303)
Diffstat (limited to 'tests/error_002.ts.out')
| -rw-r--r-- | tests/error_002.ts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/error_002.ts.out b/tests/error_002.ts.out index 88f5138f3..6ea4ede78 100644 --- a/tests/error_002.ts.out +++ b/tests/error_002.ts.out @@ -1,4 +1,4 @@ -Error: exception from mod1 +[WILDCARD]Error: exception from mod1 at throwsError (file://[WILDCARD]/tests/subdir/mod1.ts:16:9) at foo (file://[WILDCARD]/tests/error_002.ts:4:3) at eval (file://[WILDCARD]/tests/error_002.ts:7:1) |
