git ssb

2+

Dominic / pull-stream



Commit e009a08c7f44e7c7f9c2890d8f00780b1819ebe2

fix find for async

Dominic Tarr committed on 4/15/2013, 10:37:53 PM
Parent: 4bcf8af8dc2aa84c40c9ae38fcadd8ec9f2c5f31

Files changed

sinks.jschanged
sinks.jsView
@@ -14,9 +14,9 @@
1414 if(op) {
1515 //return false to abort!
1616 if(false === op(data)) {
1717 loop = false
18- read(true, done || function () {})
18+ return read(true, done || function () {})
1919 }
2020 }
2121 if(!sync) next()
2222 })

Built with git-ssb-web