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
340 B
Text
6 lines
340 B
Text
[WILDCARD]Error: constructor
|
|
at new A ([WILDCARD]tests/error_020_stack_constructor.ts#[WILDCARD])
|
|
at [WILDCARD]tests/error_020_stack_constructor.ts#[WILDCARD]
|
|
error: Uncaught Error: constructor
|
|
at new A ([WILDCARD]tests/error_020_stack_constructor.ts#[WILDCARD])
|
|
at [WILDCARD]tests/error_020_stack_constructor.ts#[WILDCARD]
|