mirror of
https://github.com/denoland/deno.git
synced 2025-02-02 04:38:21 -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
4 lines
248 B
Text
4 lines
248 B
Text
[WILDCARD]error: Uncaught BadResource: Bad resource ID
|
|
at unwrapResponse ([WILDCARD]dispatch_json.ts#[WILDCARD])
|
|
at Object.sendAsync ([WILDCARD]dispatch_json.ts#[WILDCARD])
|
|
at async main ([WILDCARD]tests/044_bad_resource.ts#[WILDCARD])
|