diff --git a/doc/api/inspector.md b/doc/api/inspector.md index dad72fdb769fd8..34fad2a0ca1805 100644 --- a/doc/api/inspector.md +++ b/doc/api/inspector.md @@ -403,7 +403,8 @@ changes: description: The API is exposed in the worker threads. --> -Deactivate the inspector. Blocks until there are no active connections. +Attempts to close all remaining connections, blocking the event loop until all +are closed. Once all connections are closed, deactivates the inspector. ### `inspector.console`