Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(fix) Browser not properly closing #1291

Merged
merged 3 commits into from
Jul 10, 2023

Conversation

gmetais
Copy link
Contributor

@gmetais gmetais commented Jul 10, 2023

Fix for #1290.
Added a new separate try/catch block to make sure the browser.close() function is always called.

dependabot bot and others added 2 commits July 10, 2023 14:25
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 20.7.3 to 20.8.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-v20.7.3...puppeteer-v20.8.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
package-lock.json Outdated Show resolved Hide resolved
@macbre macbre linked an issue Jul 10, 2023 that may be closed by this pull request
Copy link
Owner

@macbre macbre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, please keep only the lib/browser.js changes in this PR.

@macbre macbre changed the title Fix 1290 for browser not closing (fix) Browser not properly closing Jul 10, 2023
@macbre macbre added the bug label Jul 10, 2023
@macbre macbre enabled auto-merge July 10, 2023 16:24
@gmetais
Copy link
Contributor Author

gmetais commented Jul 10, 2023

Yes @macbre, that was a mistake. Don't understand how dependabot invited itself in!
Thanks for having reverted it.

What's happening with the Node 20.x test? Is it new?

@macbre
Copy link
Owner

macbre commented Jul 10, 2023

What's happening with the Node 20.x test? Is it new?

It's fairly new and failing randomly from time to time

@macbre macbre merged commit 9e5bffc into macbre:devel Jul 10, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Browser not properly closing
2 participants