mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00

This makes the URLs in stack traces actual URLs to the files. Before: https://deno.land/std/testing/asserts.ts:138:11 After: https://deno.land/std/testing/asserts.ts#138:11
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
|