Commit ca137240 authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

debug

parent 891f013b
......@@ -92,13 +92,11 @@ function perform_function(context,response){
sftp.end();
response.reject();
}
})
/*.catch((err) => {
}).catch((err) => {
sftp.end();
response.error(err);
console.log(err, 'catch error');
});*/
console.log(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