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}`);
|
||||
|
||||
main(acct).then(() => {
|
||||
console.log('success');
|
||||
process.exit(0);
|
||||
console.log('Done');
|
||||
}).catch(e => {
|
||||
console.warn(e);
|
||||
process.exit(1);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user