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

Added notes on special .write callback behaviour on process.stdout/.stderr #3772

Closed
wants to merge 2 commits into from
Closed

Added notes on special .write callback behaviour on process.stdout/.stderr #3772

wants to merge 2 commits into from

Commits on Nov 14, 2015

  1. doc: added notes on callback behaviour of process.stdout, process.stderr

    The documentation of stream.write, process.stdout and process.stderr
    now makes clear that ending Node.js via process.exit might result in
    data loss despite the callback being called.
    minesworld committed Nov 14, 2015
    Configuration menu
    Copy the full SHA
    154ac8a View commit details
    Browse the repository at this point in the history
  2. doc: notes on process.stdout,.stderr when used with process.exit

    The documentation of stream.write, process.stdout and process.stderr
    now makes clear that ending Node.js via process.exit might result in
    data loss despite the callback being called.
    
    The documentation of process.exit now makes clear that Node.js will
    end as fast as possible ignoring outstanding writes.
    minesworld committed Nov 14, 2015
    Configuration menu
    Copy the full SHA
    c498745 View commit details
    Browse the repository at this point in the history