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

process: remove process.exit(), process.exitCode coercion to integer #43716

Merged
merged 3 commits into from
Oct 19, 2022

Commits on Oct 19, 2022

  1. process: remove process.exit(), process.exitCode coercion to integer

    This removes the deprecation, `DEP0164` and validates the exit code for
    both `process.exit([code])` and `process.exitCode`.
    
    Signed-off-by: Daeyeon Jeong <[email protected]>
    daeyeon committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    9135a6a View commit details
    Browse the repository at this point in the history
  2. fixup: fix error message

    Signed-off-by: Daeyeon Jeong <[email protected]>
    daeyeon committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    48a992f View commit details
    Browse the repository at this point in the history
  3. fixup: update the doc and remove the test

    Signed-off-by: Daeyeon Jeong <[email protected]>
    daeyeon committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    7b226e0 View commit details
    Browse the repository at this point in the history