deno/tests/async_error.ts.out

10 lines
221 B
Plaintext
Raw Normal View History

2018-12-10 22:50:41 +00:00
[WILDCARD]hello
2018-08-10 19:16:41 +00:00
before error
2018-10-12 18:22:52 +00:00
world
[WILDCARD]tests/async_error.ts:4:10
throw Error("error");
2019-02-08 01:07:20 +00:00
^
2019-01-29 16:32:40 +00:00
Uncaught Error: error
2018-08-16 15:28:02 +00:00
at foo ([WILDCARD]tests/async_error.ts:4:9)
at [WILDCARD]tests/async_error.ts:7:1