Skip to content

Commit

Permalink
end false
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Oct 9, 2014
1 parent 37c648d commit 1e3b338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function src(glob, opt) {
.pipe(getContents(options));
}

outputStream = outputStream.pipe(pass);
outputStream = outputStream.pipe(pass, {end: false});

return duplex(pass, outputStream);
}
Expand Down

0 comments on commit 1e3b338

Please sign in to comment.