Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c61237d

Browse filesBrowse files
lpincarvagg
authored andcommitted
doc: fix internal link to child.send()
PR-URL: #4089 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 7793c36 commit c61237d
Copy full SHA for c61237d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/child_process.markdown‎

Copy file name to clipboardExpand all lines: doc/api/child_process.markdown
+1-2Lines changed: 1 addition & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ leaner than [`child_process.exec()`][]. It has the same options.
461461
This is a special case of the [`child_process.spawn()`][] functionality for
462462
spawning Node.js processes. In addition to having all the methods in a normal
463463
ChildProcess instance, the returned object has a communication channel built-in.
464-
See [`child.send(message, [sendHandle])`][] for details.
464+
See [`ChildProcess#send()`][] for details.
465465

466466
These child Node.js processes are still whole new instances of V8. Assume at
467467
least 30ms startup and 10mb memory for each new Node.js. That is, you cannot
@@ -779,5 +779,4 @@ process has exited.
779779
[spawn]: #child_process_child_process_spawn_command_args_options
780780
[`child_process.exec()`]: #child_process_child_process_exec_command_options_callback
781781
[`child_process.spawn()`]: #child_process_child_process_spawn_command_args_options
782-
[`child.send(message, [sendHandle])`]: #child_process_child_send_message_sendhandle_callback
783782
[`child_process.spawnSync()`]: #child_process_child_process_spawnsync_command_args_options

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.