Commit 016d72bb authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

dbug

parent ca137240
...@@ -46,7 +46,7 @@ function perform_function(context,response){ ...@@ -46,7 +46,7 @@ function perform_function(context,response){
}).then(() => { }).then(() => {
return sftp.list(prm_dir + '/'); return sftp.list(prm_dir + '/');
}).then((fList) => { }).then((fList) => {
console.log(fList)
var f_target = null; var f_target = null;
var last_tts = 0; var last_tts = 0;
var sync_list = []; var sync_list = [];
......
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