mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
822e5b6536
Fixes #4879
8 lines
201 B
Text
8 lines
201 B
Text
[WILDCARD]hello
|
|
before error
|
|
world
|
|
error: Uncaught (in promise) Error: error
|
|
throw Error("error");
|
|
^
|
|
at foo ([WILDCARD]tests/async_error.ts:5:9)
|
|
at [WILDCARD]tests/async_error.ts:8:1
|