Skip to content

Commit

Permalink
Unneeded .end()
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-pelykh committed Nov 16, 2017
1 parent 65a9711 commit 42ccd0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ function createCollection (name) {
})
.on('unpipe', () => {
serializer.unpipe()
writer.end()
})
.pipe(writer)
.on('unpipe', () => {
Expand Down

0 comments on commit 42ccd0b

Please sign in to comment.