From 569e690d9e4a64e444cddcafc1242c8c7e1a9e25 Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Thu, 27 Oct 2022 14:09:43 +0200 Subject: [PATCH] eg: log indent 'This game contains mature content' --- epic-games.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epic-games.js b/epic-games.js index 916e895..c622582 100644 --- a/epic-games.js +++ b/epic-games.js @@ -118,7 +118,7 @@ try { // click Continue if 'This game contains mature content recommended only for ages 18+' if (await page.locator('button:has-text("Continue")').count() > 0) { - console.log('This game contains mature content recommended only for ages 18+'); + console.log(' This game contains mature content recommended only for ages 18+'); await page.click('button:has-text("Continue")'); }