mirror of
https://github.com/denoland/deno.git
synced 2024-10-29 08:58:01 -04: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
318 B
Text
6 lines
318 B
Text
[WILDCARD]Error: function
|
|
at foo ([WILDCARD]tests/error_019_stack_function.ts#[WILDCARD])
|
|
at [WILDCARD]tests/error_019_stack_function.ts#[WILDCARD]
|
|
error: Uncaught Error: function
|
|
at foo ([WILDCARD]tests/error_019_stack_function.ts#[WILDCARD])
|
|
at [WILDCARD]tests/error_019_stack_function.ts#[WILDCARD]
|