mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 11:57:34 -07:00
tools/resync-remote-user で exit しないように (#3990)
This commit is contained in:
parent
8c9fe1093e
commit
1588567410
1 changed files with 1 additions and 3 deletions
|
@ -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 a new issue