mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
6322f45e7b
Adds a new integration test for syntax error.
9 lines
201 B
Text
9 lines
201 B
Text
[WILDCARD]hello
|
|
before error
|
|
world
|
|
[WILDCARD]tests/async_error.ts:4:10
|
|
throw Error("error");
|
|
|
|
Error: error
|
|
at foo ([WILDCARD]tests/async_error.ts:4:9)
|
|
at [WILDCARD]tests/async_error.ts:7:1
|