GoogleChrome / lighthouse-ci

Automate running Lighthouse for every commit, viewing the changes, and preventing regressions
Apache License 2.0
6.41k stars 644 forks source link

catch localStorage exceptions in difftool #938

Closed torresgol10 closed 1 year ago

torresgol10 commented 1 year ago

Issue: #935

We add a try/catch to catch the error, but keep the application running. We show a console.log with the captured error.

paulirish commented 1 year ago

Thanks! I deployed it already