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