We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61501ec commit 8291b5aCopy full SHA for 8291b5a
doc/api/permissions.md
@@ -252,7 +252,7 @@ to an external process — is not gated by the kInspector scope or any other Per
252
253
A sandboxed process running under [`--permission`][] with no additional grants can call `process._debugProcess(pid)`
254
to force another Node.js process to open its V8 Inspector. The target process does not need to be running
255
-under --permission for this to work — any Node.js process running on the same host under the same OS user
+under [`--permission`][] for this to work — any Node.js process running on the same host under the same OS user
256
can be signaled.
257
258
This is consistent with the Node.js threat model: Node.js trusts the OS environment in which it runs.
0 commit comments