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

fix: set processinfo pid/ppid to actual numbers #1057

Merged
merged 1 commit into from Apr 6, 2019

Commits on Apr 6, 2019

  1. fix: set processinfo pid/ppid to actual numbers

    As of Node.js v6, process.ppid is available, and a number.  So, there's
    no need to pass the parent PID through the environment, which casts it
    to a string.
    
    BREAKING CHANGE: this changes the data type of the pid/ppid fields in
    processinfo files
    isaacs committed Apr 6, 2019
    Copy the full SHA
    32e2a10 View commit details
    Browse the repository at this point in the history