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.
2 parents abd543a + cc1fca3 commit b9935caCopy full SHA for b9935ca
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