Skip to content

lib,doc: return boolean from child.send()

Rodrigo Muino Tomonari requested to merge github/fork/Trott/child-send into master

The documentation indicates that child.send() returns a boolean but it has returned undefined at least since io.js v1. This PR makes it so it returns a boolean per the (slightly updated) documentation.

Merge request reports

Loading