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 title_url = page.url().split('/').pop();
|
||||||
const p = path.resolve(dirs.screenshots, 'epic-games', `${title_url}.png`);
|
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...
|
if (!existsSync(p)) await page.screenshot({ path: p, fullPage: false }); // fullPage is quite long...
|
||||||
continue;
|
|
||||||
if (btnText.toLowerCase() == 'in library') {
|
if (btnText.toLowerCase() == 'in library') {
|
||||||
console.log('Already in library! Nothing to claim.');
|
console.log('Already in library! Nothing to claim.');
|
||||||
} else { // GET
|
} else { // GET
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue