-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Docs: child_process.exec() has duplicate options #16332
Labels
child_process
Issues and PRs related to the child_process subsystem.
doc
Issues and PRs related to the documentations.
Comments
@csvan Yup, thanks for noticing. If you want, you can submit a PR for |
addaleax
added
child_process
Issues and PRs related to the child_process subsystem.
doc
Issues and PRs related to the documentations.
labels
Oct 20, 2017
vsemozhetbyt
added
the
good first issue
Issues that are suitable for first-time contributors.
label
Oct 20, 2017
hyades
pushed a commit
to hyades/node
that referenced
this issue
Oct 20, 2017
vsemozhetbyt
removed
the
good first issue
Issues that are suitable for first-time contributors.
label
Oct 20, 2017
addaleax
pushed a commit
to ayojs/ayo
that referenced
this issue
Oct 26, 2017
PR-URL: nodejs/node#16339 Fixes: nodejs/node#16332 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
addaleax
pushed a commit
to ayojs/ayo
that referenced
this issue
Dec 7, 2017
PR-URL: nodejs/node#16339 Fixes: nodejs/node#16332 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
child_process
Issues and PRs related to the child_process subsystem.
doc
Issues and PRs related to the documentations.
timeout
is listed twice:https://nodejs.org/api/child_process.html#child_process_child_process_exec_command_options_callback
The text was updated successfully, but these errors were encountered: