-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Labels
child_processIssues and PRs related to the child_process subsystem.Issues and PRs related to the child_process subsystem.docIssues and PRs related to the documentations.Issues and PRs related to the documentations.
Description
Tracking back as far as Node 0.12 it seems that the documentation for ChildProcess is missing several properties.
exitCode- if the process exited will contain the exit code, elsenull. Useful in combination withkilled→if (proc.exitCode !== null || proc.killed)to see if the process is still running.signalCode- not sure what that is good for.spawnfile&spawnargsthe initial properties of the spawning. In combination with exec will show what shell is used. Useful for debugging.
Metadata
Metadata
Assignees
Labels
child_processIssues and PRs related to the child_process subsystem.Issues and PRs related to the child_process subsystem.docIssues and PRs related to the documentations.Issues and PRs related to the documentations.