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
There are a number of cases where there are uncaught exceptions. Example: if a file has invalid syntax, then parsing fails and an error is thrown.
Depending on where the error occurs, we should catch the error and either silently ignore, or log something to the output panel so the user can get optional feedback.
The text was updated successfully, but these errors were encountered:
Description
There are a number of cases where there are uncaught exceptions. Example: if a file has invalid syntax, then parsing fails and an error is thrown.
Depending on where the error occurs, we should catch the error and either silently ignore, or log something to the output panel so the user can get optional feedback.
The text was updated successfully, but these errors were encountered: