Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! remove redundant
  • Loading branch information
debadree25 committed Jan 26, 2023
commit cb7de04e8a756e04e0c4e171b2a37419a2d3d383
1 change: 0 additions & 1 deletion lib/internal/streams/pipeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ function pipelineImpl(streams, callback, opts) {
finishCount++;
pump(ret, stream, finish, { end });
} else if (isTransformStream(ret)) {
// finishCount++;
pump(ret.readable, stream, finish, { end });
} else {
throw new ERR_INVALID_ARG_TYPE(
Expand Down