This commit is contained in:
Brian Carlson 2013-10-07 11:54:58 -05:00
parent fc875b0c1d
commit 31fd30d329

View File

@ -87,7 +87,7 @@ test('read huge result', function(done) {
if(count%100000 == 0) {
console.log(count)
}
setImmediate(more)
setImmediate(read)
})
}
read()