summaryrefslogtreecommitdiff
path: root/doc/api/process.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/process.md')
-rw-r--r--doc/api/process.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/process.md b/doc/api/process.md
index 7922c36c28..0c2f61d16e 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -765,6 +765,7 @@ console.log(`Current directory: ${process.cwd()}`);
<!-- YAML
added: v0.7.2
-->
+
* {number}
The port used by Node.js's debugger when enabled.
@@ -2057,6 +2058,7 @@ This feature is not available in [`Worker`][] threads.
<!-- YAML
added: v0.1.28
-->
+
* `id` {integer | string}
The `process.setuid(id)` method sets the user identity of the process. (See