mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-04-28 19:00:44 -04:00
find error
This commit is contained in:
parent
25122c8438
commit
3538c50479
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue