Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: update the deprecation for exit code to clarify its scope
This updates the deprecation, DEP0164, to clarify its scope. Previously, `process.exitCode` wasn't mentioned but it needs to be applied with the same deprecation because its meaning is the same as the `code` value and it's overridden with the `code` value in `process.exit()`. Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
- Loading branch information