Commit 5c14564c authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

log

parent 09b2b6ac
...@@ -81,6 +81,7 @@ function perform_function(context,request,response){ ...@@ -81,6 +81,7 @@ function perform_function(context,request,response){
if(acp){ if(acp){
console.log('send data ' + String(idx+1) + ' of ' + String(data.length)) console.log('send data ' + String(idx+1) + ' of ' + String(data.length))
send_storage(caller,dc_meta,el_data,sname,function(err){ send_storage(caller,dc_meta,el_data,sname,function(err){
console.log('OK>>')
if(!err){ if(!err){
idx++; idx++;
callback(null); callback(null);
......
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