Skip to content

Commit 569e690

Browse files
committed
eg: log indent 'This game contains mature content'
1 parent aae396f commit 569e690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

epic-games.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ try {
118118

119119
// click Continue if 'This game contains mature content recommended only for ages 18+'
120120
if (await page.locator('button:has-text("Continue")').count() > 0) {
121-
console.log('This game contains mature content recommended only for ages 18+');
121+
console.log(' This game contains mature content recommended only for ages 18+');
122122
await page.click('button:has-text("Continue")');
123123
}
124124

0 commit comments

Comments
 (0)