Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 92e92b02155c
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: d65832ccd061
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Dec 12, 2012

  1. test: add common.mustCall function

    Verifies that the callback gets invoked <n> times during the lifetime of the
    test script.
    
    This is a back-port of commit d0e6c3f from the master branch.
    bnoordhuis committed Dec 12, 2012
    Copy the full SHA
    65d824b View commit details
    Browse the repository at this point in the history
  2. fs: fix ReadStream fd leak

    Close the file descriptor when a read operation fails.
    
    Fixes #4387.
    bnoordhuis committed Dec 12, 2012
    Copy the full SHA
    6e97b2c View commit details
    Browse the repository at this point in the history
  3. fs: fix WriteStream fd leak

    Close the file descriptor when a write operation fails.
    
    Fixes #4387.
    bnoordhuis committed Dec 12, 2012
    Copy the full SHA
    d65832c View commit details
    Browse the repository at this point in the history