-
-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
16d4315
commit 32f75b0
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters