Skip to content

Commit

Permalink
end
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus committed Nov 24, 2014
1 parent 52cff36 commit 9367598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/storage/file.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ File.prototype.createReadStream = function() {
request(authorizedReqOpts)
.on('error', function(err) {
throughStream.emit('error', err);
throughStream.end();
})

.on('data', function(chunk) {
Expand Down

0 comments on commit 9367598

Please sign in to comment.