Skip to content
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

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

Closed
wants to merge 5 commits into from

Commits on Oct 28, 2015

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

    The documentation indicates that child.send() returns a boolean but it
    has returned undefinined at least since io.js v1. It now returns a
    boolean per the (slightly updated) documentation.
    Trott committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    4456a33 View commit details
    Browse the repository at this point in the history
  2. fixup: it is going to be true

    Trott committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    2779bfb View commit details
    Browse the repository at this point in the history
  3. fixup: 128K -> 1

    Trott committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    0f09b7c View commit details
    Browse the repository at this point in the history
  4. fixup: doh!

    Trott committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    08ccde9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eba271a View commit details
    Browse the repository at this point in the history