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: 910e24b53da1
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: c6e958d44d66
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 28, 2012

  1. fs: make 'end' work with ReadStream without 'start'

    Make `fs.createReadStream({ end: 42 })` work.
    
    Before this commit, it worked only when used like this:
    `fs.createReadStream({ start: 0, end: 42 })` - only when `start` was specified
    by the caller.
    
    Fixes #4423.
    bnoordhuis committed Dec 28, 2012
    Copy the full SHA
    c6e958d View commit details
    Browse the repository at this point in the history