mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
4e4c96bf66
This commit improves error messages that `fetch` generates on failure. Fixes #24835
5 lines
285 B
Text
5 lines
285 B
Text
error: Uncaught (in promise) TypeError: error sending request for url (https://nonexistent.deno.land/): client error[WILDCARD]
|
|
await fetch("https://nonexistent.deno.land/");
|
|
^[WILDCARD]
|
|
at async fetch (ext:[WILDCARD])
|
|
at async file:///[WILDCARD]/fetch_async_error_stack.ts:1:1
|