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
Right now on any Exception it'll abort the window. I think user wants to get a message that something is wrong but probably we could avoid aborting the whole application and loosing all state here via loading the previous "working" state back.
Or at least allow to configure custom handler for this event.
The text was updated successfully, but these errors were encountered:
I'm looking through the code and fund the loop cycle.
ratatouille/lib/ratatouille/runtime.ex
Line 109 in 77bf3d6
Right now on any Exception it'll abort the window. I think user wants to get a message that something is wrong but probably we could avoid aborting the whole application and loosing all state here via loading the previous "working" state back.
Or at least allow to configure custom handler for this event.
The text was updated successfully, but these errors were encountered: