tools/resync-remote-user で exit しないように (#3990)
This commit is contained in:
parent
95d4937e16
commit
5a795c4ab2
@ -24,9 +24,7 @@ if (!acct.match(/^\w+@\w/)) {
|
|||||||
console.log(`resync ${acct}`);
|
console.log(`resync ${acct}`);
|
||||||
|
|
||||||
main(acct).then(() => {
|
main(acct).then(() => {
|
||||||
console.log('success');
|
console.log('Done');
|
||||||
process.exit(0);
|
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
console.warn(e);
|
console.warn(e);
|
||||||
process.exit(1);
|
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user