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
The code is littered with calls to ignore-errors, which makes it robust, but squelches the error so you can't see it happening in logs. Need to change most of those to condition-case.
The text was updated successfully, but these errors were encountered:
The code is littered with calls to
ignore-errors
, which makes it robust, but squelches the error so you can't see it happening in logs. Need to change most of those tocondition-case
.The text was updated successfully, but these errors were encountered: