-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
doc: improve format in child_process.markdown #2744
Conversation
subshell but rather the specified file directly. This makes it slightly | ||
leaner than `child_process.exec`. It has the same options. | ||
leaner than [`child_process.exec`](#child_process_child_process_exec_command_options_callback). It has the same options. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: child_process.exec()
(with parentheses)
Some nits, but looks good to me. LGTM |
See also [`ChildProcess#kill()`](#child_process_child_kill_signal) and | ||
[`ChildProcess#send()`](#child_process_child_send_message_sendhandle). | ||
See also [`ChildProcess.kill()`](#child_process_child_kill_signal) and | ||
[`ChildProcess.send()`](#child_process_child_send_message_sendhandle). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The method signature changed and this should now be #child_process_child_send_message_sendhandle_callback
See e.g. https://nodejs.org/api/child_process.html#child_process_child_send_message_sendhandle_callback
Improved formatting in two objects descriptions and added links to referenced methods.
@Trott thanks for the review, updated. |
LGTM. Can you please rebase against master really quick. After that, should be good to go. |
@jasnell some modifications are no longer needed, seems easier to open a new PR. |
Closing in favor to #3186. |
Improved formatting in two objects descriptions and added links to referenced methods.