mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
78bfeebad1
This reverts commit c4c6a8dae4
There is some controversy about this change because vscode doesn't interpret the fragments correctly. Needs more discussion before landing.
8 lines
188 B
Text
8 lines
188 B
Text
[WILDCARD]hello
|
|
before error
|
|
world
|
|
error: Uncaught Error: error
|
|
throw Error("error");
|
|
^
|
|
at foo ([WILDCARD]tests/async_error.ts:5:9)
|
|
at [WILDCARD]tests/async_error.ts:8:1
|