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
8 lines
410 B
Text
8 lines
410 B
Text
[WILDCARD]Error: Promise.all()
|
|
at [WILDCARD]tests/error_024_stack_promise_all.ts#[WILDCARD]
|
|
at async Promise.all (index 0)
|
|
at async [WILDCARD]tests/error_024_stack_promise_all.ts#[WILDCARD]
|
|
error: Uncaught Error: Promise.all()
|
|
at [WILDCARD]tests/error_024_stack_promise_all.ts#[WILDCARD]
|
|
at async Promise.all (index 0)
|
|
at async [WILDCARD]tests/error_024_stack_promise_all.ts#[WILDCARD]
|