Commit 3f045e66 authored by project's avatar project

--no commit message

--no commit message
parent 34a8a0e3
...@@ -59,6 +59,7 @@ function bss_write(fn,meta,data,response) ...@@ -59,6 +59,7 @@ function bss_write(fn,meta,data,response)
function() { return idx < arrData.length; }, function() { return idx < arrData.length; },
function(callback) { function(callback) {
bss.write(arrData,{meta:meta},function(err,obj){ bss.write(arrData,{meta:meta},function(err,obj){
idx++;
callback(err); callback(err);
}); });
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment