From bb7568f9ac775fced09425e94f8130742b41b3b2 Mon Sep 17 00:00:00 2001 From: Marvin Hagemeister Date: Thu, 15 Aug 2024 10:44:57 +0200 Subject: [PATCH] fix: remove `node:inspector` warning (#710) --- runtime/manual/node/compatibility.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/runtime/manual/node/compatibility.md b/runtime/manual/node/compatibility.md index 1f2e562d5..312deac1c 100644 --- a/runtime/manual/node/compatibility.md +++ b/runtime/manual/node/compatibility.md @@ -298,8 +298,7 @@ which modules you need by

console is supported. Other APIs are stubs and will throw an - error. Due to security implications the Deno team does not plan to polyfill - these APIs. + error.

Reference docs