Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
idranme committed Aug 4, 2024
1 parent 20d8a57 commit 2ccf5d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"@koishijs/canvas": "^0.2.0",
"puppeteer-core": "^22.10.0",
"puppeteer-core": "^22.13.1",
"puppeteer-finder": "^1.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class Puppeteer extends Service {
if (!this.browser.connected) {
this.browser = await puppeteer.connect({
...this.config,
browserWSEndpoint: this.browserWSEndpoint
browserWSEndpoint: this.browserWSEndpoint,
})
this.ctx.logger.debug('browser reconnect')
}
Expand Down

0 comments on commit 2ccf5d7

Please sign in to comment.