yarnpkg / berry

📦🐈 Active development trunk for Yarn ⚒
https://yarnpkg.com
BSD 2-Clause "Simplified" License
7.23k stars 1.07k forks source link

Adds a guard against WebGL errors #6371

Closed arcanis closed 14 hours ago

arcanis commented 3 days ago

What's the problem this PR addresses?

When the starry sky crashes, we accidentally report an error on the homepage.

Fixes #6365

How did you fix it?

Adds a guard against errors occurring during the WebGL initialization.

Checklist