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")'); }