From 561cacfa3ffcef8ef833cc56dc23f02ca914ee32 Mon Sep 17 00:00:00 2001 From: legendecas Date: Wed, 14 Sep 2022 01:20:01 +0800 Subject: [PATCH] doc,inspector: document changes of inspector.close Retrospectively document the changes history of the `inspector.close` API. --- doc/api/inspector.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/api/inspector.md b/doc/api/inspector.md index 90bc90e2d12226..866d2ac56464de 100644 --- a/doc/api/inspector.md +++ b/doc/api/inspector.md @@ -17,6 +17,14 @@ const inspector = require('node:inspector'); ## `inspector.close()` + + Deactivate the inspector. Blocks until there are no active connections. ## `inspector.console`