pg: indent logging per game
This commit is contained in:
parent
569e690d9e
commit
7ffdd61c44
1 changed files with 5 additions and 5 deletions
|
|
@ -125,7 +125,7 @@ try {
|
||||||
// save screenshot of potential code just in case
|
// save screenshot of potential code just in case
|
||||||
const p = path.resolve(dirs.screenshots, 'prime-gaming', 'external', `${filenamify(title)}.png`);
|
const p = path.resolve(dirs.screenshots, 'prime-gaming', 'external', `${filenamify(title)}.png`);
|
||||||
await page.screenshot({ path: p, fullPage: true });
|
await page.screenshot({ path: p, fullPage: true });
|
||||||
console.info('Saved a screenshot of page to', p);
|
// console.info(' Saved a screenshot of page to', p);
|
||||||
run.c_external++;
|
run.c_external++;
|
||||||
}
|
}
|
||||||
// await page.pause();
|
// await page.pause();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue