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
I've looked over some similar issues but they don't seem to solve the problem. If I enter illegal code (syntax error) to my code, on the server side I get ERROR: asdf is not defined. The problem is I have no idea where to catch this error. I've put try/catch blocks everywhere that I can (including in the functions provided in application.setInterface. Any ideas? Thanks
The text was updated successfully, but these errors were encountered:
I've looked over some similar issues but they don't seem to solve the problem. If I enter illegal code (syntax error) to my code, on the server side I get
ERROR: asdf is not defined
. The problem is I have no idea where to catch this error. I've put try/catch blocks everywhere that I can (including in the functions provided inapplication.setInterface
. Any ideas? ThanksThe text was updated successfully, but these errors were encountered: