git ssb

2+

Dominic / pull-stream



Commit c6af3c441f8bde3384e3ca604903bb01755e2fac

fix bug in take

Dominic Tarr committed on 3/24/2013, 8:26:53 AM
Parent: 417be3745d3d813e2fe221ad2d949248412e479b

Files changed

throughs.jschanged
throughs.jsView
@@ -50,9 +50,9 @@
5050 }
5151 }
5252 return function (end, cb) {
5353 if(end) {
54- if(!ended) return ended = end, readable(end, cb)
54+ if(!ended) return ended = end, read(end, cb)
5555 cb(ended)
5656 }
5757 return read(null, function (end, data) {
5858 if(ended) return

Built with git-ssb-web