diff --git a/doc/api/process.md b/doc/api/process.md index 7cf2dcab36cd3a..9a4e266c783ba5 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1816,9 +1816,15 @@ than the current process. -* {integer} +* {integer|string|null|undefined} The exit code. For string type, only + integer strings (e.g.,'1') are allowed. **Default:** `undefined`. A number which will be the process exit code, when the process either exits gracefully, or is exited via [`process.exit()`][] without specifying