Skip to content

Commit

Permalink
fix: add playwright-core as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Dec 20, 2022
1 parent 67b53b0 commit 03176ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,6 +38,7 @@
"@nuxt/kit": "3.0.0",
"chalk": "^5.2.0",
"chrome-launcher": "^0.15.1",
"playwright-core": "^1.28.1",
"defu": "^6.1.1",
"execa": "^6.1.0",
"fast-glob": "^3.2.12",
Expand All @@ -55,7 +56,6 @@
"bumpp": "^8.2.1",
"eslint": "8.29.0",
"nuxt": "npm:nuxt3@latest",
"playwright-core": "^1.28.1",
"puppeteer": "^19.4.0",
"vitest": "^0.25.5"
}
Expand Down
3 changes: 3 additions & 0 deletions src/module.ts
Expand Up @@ -238,6 +238,9 @@ declare module 'nitropack' {
))
}
}
else {
nitro.logger.log(chalk.red('Failed to create browser to create og:images.'))
}
}
catch (e) {
console.error(e)
Expand Down

0 comments on commit 03176ed

Please sign in to comment.