mirror of
https://github.com/denoland/deno.git
synced 2025-09-29 13:44:47 +00:00
fix(op_crates/fetch): Prevent throwing when inspecting a request (#10335)
Fixes: #10334
This commit is contained in:
parent
c5fda85ef0
commit
feb6af7732
2 changed files with 15 additions and 1 deletions
|
@ -392,7 +392,7 @@
|
|||
headers: this.headers,
|
||||
method: this.method,
|
||||
redirect: this.redirect,
|
||||
url: this.url(),
|
||||
url: this.url,
|
||||
};
|
||||
return `Request ${inspect(inner)}`;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue