Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Jul 30, 2021
1 parent 9b1a397 commit fef2073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/readable.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ function consumeStart (consume) {

consume.stream.resume()

while (consume.stream.read() != null);
while (consume.stream.read() != null)
}

function consumeEnd (consume) {
Expand Down

0 comments on commit fef2073

Please sign in to comment.