Skip to content

Commit

Permalink
Update: Remove TODO comment for ordering files because already comple…
Browse files Browse the repository at this point in the history
…te (closes #22)
  • Loading branch information
yocontra authored and phated committed Feb 21, 2017
1 parent 38edeb0 commit 4beee80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ var gs = {
var aggregate = new Combine(streams);
var uniqueStream = unique('path');

// TODO: set up streaming queue so items come in order

return aggregate.pipe(uniqueStream);
}
};
Expand Down

0 comments on commit 4beee80

Please sign in to comment.