diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2021-06-25 16:19:18 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-25 16:19:18 +0900 |
commit | d832d2bfd1f0487181f96bdecd7a28968a150fac (patch) | |
tree | b4e40fa8689bf97434470cfce9f303f8ddeacf9a /extensions/web/12_location.js | |
parent | 606611708c4351e9f5e0e3b975f9331d95168efb (diff) |
chore(ext/console): deprecate Deno.customInspect (#10035)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'extensions/web/12_location.js')
-rw-r--r-- | extensions/web/12_location.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/web/12_location.js b/extensions/web/12_location.js index 2b6580f8b..75012396a 100644 --- a/extensions/web/12_location.js +++ b/extensions/web/12_location.js @@ -165,7 +165,7 @@ }, enumerable: true, }, - [Symbol.for("Deno.customInspect")]: { + [Symbol.for("Deno.privateCustomInspect")]: { value: function (inspect) { const object = { hash: this.hash, @@ -322,7 +322,7 @@ value: "WorkerLocation", configurable: true, }, - [Symbol.for("Deno.customInspect")]: { + [Symbol.for("Deno.privateCustomInspect")]: { value: function (inspect) { const object = { hash: this.hash, |