From 8d0e0ead51d523c35c7d6b423510c9df8ba1339c Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Wed, 21 Apr 2021 23:03:04 +0200 Subject: fix(fetch): Response inspect regression (#10295) --- op_crates/fetch/23_response.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'op_crates/fetch/23_response.js') diff --git a/op_crates/fetch/23_response.js b/op_crates/fetch/23_response.js index 44b74f789..42d16d44e 100644 --- a/op_crates/fetch/23_response.js +++ b/op_crates/fetch/23_response.js @@ -357,7 +357,7 @@ redirected: this.redirected, status: this.status, statusText: this.statusText, - url: this.url(), + url: this.url, }; return `Response ${inspect(inner)}`; } -- cgit v1.2.3