You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: set processinfo pid/ppid to actual numbers (#1057)
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
0 commit comments