mirror of https://github.com/lukechilds/node.git
Browse Source
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.v0.9.5-release
Ben Noordhuis
12 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue