pg: indent logging per game

This commit is contained in:
Ralf Vogler 2022-11-01 22:18:33 +01:00
parent 569e690d9e
commit 7ffdd61c44

View file

@ -125,7 +125,7 @@ try {
// save screenshot of potential code just in case
const p = path.resolve(dirs.screenshots, 'prime-gaming', 'external', `${filenamify(title)}.png`);
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++;
}
// await page.pause();