mirror of
https://github.com/easingthemes/ssh-deploy
synced 2025-04-20 15:22:15 +00:00
find error
This commit is contained in:
parent
25122c8438
commit
3538c50479
@ -39,9 +39,9 @@ const run = async () => {
|
||||
|
||||
run()
|
||||
.then((data) => {
|
||||
console.log('DONE', data);
|
||||
console.log('[DONE]', data);
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error('ERROR', error.message);
|
||||
console.error('[ERROR]', error.message);
|
||||
process.exit(1);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user