parent
75ab146860
commit
c1c955031e
4 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ acct = acct.replace(/^@/, '');
|
|||
|
||||
// check args
|
||||
if (!acct.match(/^\w+@\w/)) {
|
||||
throw `Invalied acct format. Valied format are user@host`;
|
||||
throw `Invalid acct format. Valid format are user@host`;
|
||||
}
|
||||
|
||||
console.log(`resync ${acct}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue