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
>>> 1 / 0
Traceback (most recent call last):
... site-packages/mochi/core/main.py", line 120, in interact
eval_tokens(tokens)
.../site-packages/mochi/core/builtins.py", line 1008, in eval_tokens
exec(code, global_env)
File "<string>", line 1, in <module>
ZeroDivisionError: division by zero
There are exceptions:
But there seems to be no way to catch them:
How would an exception in Mochi be handled?
The text was updated successfully, but these errors were encountered: