We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae396f commit 569e690Copy full SHA for 569e690
epic-games.js
@@ -118,7 +118,7 @@ try {
118
119
// click Continue if 'This game contains mature content recommended only for ages 18+'
120
if (await page.locator('button:has-text("Continue")').count() > 0) {
121
- console.log('This game contains mature content recommended only for ages 18+');
+ console.log(' This game contains mature content recommended only for ages 18+');
122
await page.click('button:has-text("Continue")');
123
}
124
0 commit comments