-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Child Process Typo #573
Comments
2 tasks
Thanks for the report :) |
benjamingr
added a commit
to nodejs/node
that referenced
this issue
Mar 13, 2016
Fixes a typo in the child process docs. Fixes: nodejs/nodejs.org#573 PR-URL: #5681 Reviewed-By: thefourtheye <thechargingvolcano@gmail.com>
evanlucas
pushed a commit
to nodejs/node
that referenced
this issue
Mar 14, 2016
Fixes a typo in the child process docs. Fixes: nodejs/nodejs.org#573 PR-URL: #5681 Reviewed-By: thefourtheye <thechargingvolcano@gmail.com>
rvagg
pushed a commit
to nodejs/node
that referenced
this issue
Mar 16, 2016
Fixes a typo in the child process docs. Fixes: nodejs/nodejs.org#573 PR-URL: #5681 Reviewed-By: thefourtheye <thechargingvolcano@gmail.com>
MylesBorins
pushed a commit
to nodejs/node
that referenced
this issue
Mar 17, 2016
Fixes a typo in the child process docs. Fixes: nodejs/nodejs.org#573 PR-URL: #5681 Reviewed-By: thefourtheye <thechargingvolcano@gmail.com>
MylesBorins
pushed a commit
to nodejs/node
that referenced
this issue
Mar 21, 2016
Fixes a typo in the child process docs. Fixes: nodejs/nodejs.org#573 PR-URL: #5681 Reviewed-By: thefourtheye <thechargingvolcano@gmail.com>
MylesBorins
pushed a commit
to nodejs/node
that referenced
this issue
Mar 21, 2016
Fixes a typo in the child process docs. Fixes: nodejs/nodejs.org#573 PR-URL: #5681 Reviewed-By: thefourtheye <thechargingvolcano@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The third paragraph:
The child_process.spawn() method spawns the child process asynchronously, without blocking the Node.js event loop. The child_process.spawnSync() function provides equivalent functionality in a synchronous manner that blocks the event loop until the spawned process either exits of is terminated.
The last phrase has a typo: 'exits of is terminated' should be 'exits or is terminated'
The text was updated successfully, but these errors were encountered: