chore(misc): tiny improvements (#233)

Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
serg06
2020-09-23 11:02:44 -04:00
committed by GitHub
parent 22fd22fe74
commit 8466f9f398
4 changed files with 25 additions and 3 deletions
+5
View File
@@ -14,6 +14,11 @@ puppeteer.use(adBlocker);
* Starts the bot.
*/
async function main() {
if (Stores.length === 0) {
Logger.error('No stores selected.');
return;
}
const args: string[] = [];
// Skip Chromium Linux Sandbox