parent
771b7d9526
commit
28285db518
1 changed files with 5 additions and 0 deletions
|
@ -331,6 +331,11 @@ const main = async(): Promise<void> => {
|
||||||
|
|
||||||
console.log(`Updated ${listKey}.`);
|
console.log(`Updated ${listKey}.`);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
else {
|
||||||
|
console.error('Arguments not recognized.');
|
||||||
|
exit(1);
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
main();
|
main();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue