summaryrefslogtreecommitdiff
path: root/tests/specs/future/runtime_api/main.js
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-09-03 19:07:19 +1000
committerGitHub <noreply@github.com>2024-09-03 09:07:19 +0000
commit1a82b0f8086133053c558084c567a0403c2708e9 (patch)
tree51c7df89951dce957cbc8c48a160f8527ead2143 /tests/specs/future/runtime_api/main.js
parent71e4ac774bc18902a0d23f29d9b18b43b19bbbf2 (diff)
BREAKING(console): remove `Deno.customInspect` (#25348)
Note: this is implemented on Deploy. However, according to @magurotuna, a thin compatibility layer might be in the works that'd prevent breakages for PRs such as this one. Towards #22079
Diffstat (limited to 'tests/specs/future/runtime_api/main.js')
-rw-r--r--tests/specs/future/runtime_api/main.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/specs/future/runtime_api/main.js b/tests/specs/future/runtime_api/main.js
index a541c097f..a12b2f1fc 100644
--- a/tests/specs/future/runtime_api/main.js
+++ b/tests/specs/future/runtime_api/main.js
@@ -118,6 +118,5 @@ try {
console.log("Deno.ListenTlsOptions.(keyFile|certFile) do nothing");
}
}
-console.log("Deno.customInspect is", Deno.customInspect);
self.close();