mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-24 04:53:08 +02:00
tools/resync-remote-user で exit しないように (#3990)
This commit is contained in:
parent
95d4937e16
commit
5a795c4ab2
1 changed files with 1 additions and 3 deletions
|
@ -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 a new issue