Skip to content

Commit

Permalink
Fix crash in capture-website
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 20, 2022
1 parent 92f55f9 commit 7087dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/post.js
Expand Up @@ -309,7 +309,7 @@ async function main() {
await fs.unlink(output)
} catch {}

await captureWebsite.file(file.value, output, {
await captureWebsite.file(file.value, fileURLToPath(output), {
launchOptions: {
args: chromium.args,
defaultViewport: chromium.defaultViewport,
Expand Down

0 comments on commit 7087dec

Please sign in to comment.