From d832d2bfd1f0487181f96bdecd7a28968a150fac Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Fri, 25 Jun 2021 16:19:18 +0900 Subject: chore(ext/console): deprecate Deno.customInspect (#10035) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- extensions/url/00_url.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/url') diff --git a/extensions/url/00_url.js b/extensions/url/00_url.js index 2daae8d45..7b1c6e06a 100644 --- a/extensions/url/00_url.js +++ b/extensions/url/00_url.js @@ -222,7 +222,7 @@ this[_url] = parts; } - [Symbol.for("Deno.customInspect")](inspect) { + [Symbol.for("Deno.privateCustomInspect")](inspect) { const object = { href: this.href, origin: this.origin, -- cgit v1.2.3