You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
At the moment we wrap the debug requests in
try catch
blocks, and log the errors to the console:debugger/src/service.ts
Lines 109 to 118 in 80fb3d7
Instead we should handle the error properly, for example by showing an error message to the user.
The text was updated successfully, but these errors were encountered: