diff options
author | Yusuke Tanaka <yusuktan@maguro.dev> | 2024-08-08 15:18:33 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-07 23:18:33 -0700 |
commit | 4e4c96bf66111c6e8ba976ed24594edf7abfcbfb (patch) | |
tree | 3fc2f08999df8726bd53578443556c4a0fec42b7 /tests/specs | |
parent | 9d6da1036d80a29862f6bdfb51e6f51eee235c35 (diff) |
fix(ext/fetch): include URL and error details on fetch failures (#24910)
This commit improves error messages that `fetch` generates on failure.
Fixes #24835
Diffstat (limited to 'tests/specs')
-rw-r--r-- | tests/specs/cert/localhost_unsafe_ssl/localhost_unsafe_ssl.ts.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/cert/localhost_unsafe_ssl/localhost_unsafe_ssl.ts.out b/tests/specs/cert/localhost_unsafe_ssl/localhost_unsafe_ssl.ts.out index f98c7e4e4..c7bdfde0e 100644 --- a/tests/specs/cert/localhost_unsafe_ssl/localhost_unsafe_ssl.ts.out +++ b/tests/specs/cert/localhost_unsafe_ssl/localhost_unsafe_ssl.ts.out @@ -1,3 +1,3 @@ DANGER: TLS certificate validation is disabled for: deno.land -error: Import 'https://localhost:5545/subdir/mod2.ts' failed: client error[WILDCARD] +error: Import 'https://localhost:5545/subdir/mod2.ts' failed: error sending request for url (https://localhost:5545/subdir/mod2.ts): client error[WILDCARD] at file:///[WILDCARD]/cafile_url_imports.ts:[WILDCARD] |