deno/cli/tests/testdata/async_error.ts.out

8 lines
191 B
Text

[WILDCARD]hello
before error
world
error: Uncaught (in promise) Error: error
throw Error("error");
^
at foo ([WILDCARD]/async_error.ts:5:9)
at [WILDCARD]/async_error.ts:8:1