Skip to content

Commit

Permalink
fixup: update the doc
Browse files Browse the repository at this point in the history
Signed-off-by: Daeyeon Jeong [email protected]
  • Loading branch information
daeyeon committed Sep 9, 2022
1 parent 51ee84a commit f82af92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,8 @@ that started the Node.js process. Symbolic links, if any, are resolved.
added: v0.1.13
-->
* `code` {integer} The exit code. **Default:** `0`.
* `code` {integer|string|null|undefined} The exit code. For string type, only
integer strings (e.g.,'1') are allowed. **Default:** `0`.
The `process.exit()` method instructs Node.js to terminate the process
synchronously with an exit status of `code`. If `code` is omitted, exit uses
Expand Down

0 comments on commit f82af92

Please sign in to comment.