Commit 891f013b authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

sftp debug

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