mirror of
https://github.com/denoland/deno.git
synced 2025-01-22 15:10:44 -05:00
c4c6a8dae4
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
6 lines
201 B
Text
6 lines
201 B
Text
[WILDCARD]error: Uncaught Error: bad
|
|
throw Error("bad");
|
|
^
|
|
at foo ([WILDCARD]tests/error_001.ts#2:9)
|
|
at bar ([WILDCARD]tests/error_001.ts#6:3)
|
|
at [WILDCARD]tests/error_001.ts#9:1
|