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

debug

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