phcode-dev / phoenix

Phoenix is a modern open-source Code Editor for the web, built for the browser.
https://phcode.io
GNU Affero General Public License v3.0
1.79k stars 124 forks source link

fix: bugsnag errors like Unknown exec function received htmlLint #1848

Closed abose closed 2 months ago

abose commented 2 months ago

The error happens as we load a lint extension in a web worker and phoenix calls the worker apis before the worker is loaded. This will eventually get resolved as teh worker gets loaded within a second of app load and another lint is trigerred on file change, but we get stray bugsnag errors for this expected error.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud