Skip to content
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.

Commit

Permalink
comment about split for parse
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarr committed Jul 30, 2012
1 parent 5c52712 commit 07f6098
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,8 @@ es.gate = function (shut) {
//
// parse
//
// must be used after es.split() to ensure that each chunk represents a line
// source.pipe(es.split()).pipe(es.parse())

es.parse = function () {
return es.through(function (data) {
Expand Down

0 comments on commit 07f6098

Please sign in to comment.