Skip to content

Commit

Permalink
feat: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-amadio-acn committed Oct 22, 2024
1 parent 95d97ab commit a06db48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/launchScript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ async function run(

if (browser) {
console.error("closing puppeteer");
await browser.process()?.kill()
await browser.process()?.kill();
}

return finalResults;
Expand Down

0 comments on commit a06db48

Please sign in to comment.