Skip to content

Commit

Permalink
fix 'end' call for helenus object stream
Browse files Browse the repository at this point in the history
  • Loading branch information
scommisso committed Dec 19, 2014
1 parent dc012e0 commit 093611b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/drivers/helenus.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ HelenusDriver.prototype.streamCqlOnDriver = function streamCqlOnDriver(pool, cql
if (err) {
transformStream.emit('error', err);
}
transformStream.emit('end');
transformStream.end();
});
});
});
Expand Down

0 comments on commit 093611b

Please sign in to comment.