oops, remove debug contine
This commit is contained in:
parent
69d771b38c
commit
30451b5f41
1 changed files with 0 additions and 1 deletions
|
|
@ -87,7 +87,6 @@ try {
|
|||
const title_url = page.url().split('/').pop();
|
||||
const p = path.resolve(dirs.screenshots, 'epic-games', `${title_url}.png`);
|
||||
if (!existsSync(p)) await page.screenshot({ path: p, fullPage: false }); // fullPage is quite long...
|
||||
continue;
|
||||
if (btnText.toLowerCase() == 'in library') {
|
||||
console.log('Already in library! Nothing to claim.');
|
||||
} else { // GET
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue