Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Dec 4, 2021
1 parent 691e735 commit f0ec29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-stream-pipeline.js
Expand Up @@ -1501,7 +1501,7 @@ const tsp = require('timers/promises');
let n = 0;
for await (const chunk of source) {
if (n++ > 1) {
return;
break;
}
ret += chunk;
}
Expand Down

0 comments on commit f0ec29b

Please sign in to comment.