Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: update the deprecation for exit code to clarify its scope #44714

Commits on Sep 19, 2022

  1. 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>
    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    daeyeon and aduh95 committed Sep 19, 2022
    Copy the full SHA
    e2a8745 View commit details
    Browse the repository at this point in the history