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 abd543a commit cc1fca3Copy full SHA for cc1fca3
README.md
@@ -25,7 +25,7 @@ exports.handler = async (event, context) => {
25
let browser = null;
26
27
try {
28
- const browser = await playwright.launchChromium();
+ browser = await playwright.launchChromium();
29
const context = await browser.newContext();
30
31
const page = await context.newPage();
0 commit comments