mirror of
https://github.com/denoland/deno.git
synced 2024-11-04 08:54:20 -05:00
11 lines
229 B
Text
11 lines
229 B
Text
[WILDCARD]hello
|
|
before error
|
|
world
|
|
error: Uncaught Error: error
|
|
[WILDCARD]tests/async_error.ts:4:9
|
|
|
|
4 throw Error("error");
|
|
^
|
|
|
|
at foo ([WILDCARD]tests/async_error.ts:4:9)
|
|
at [WILDCARD]tests/async_error.ts:7:1
|