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
Currently we rely on ExitRequest from Quit command to break from a run loop. If error handling handles this exception we don't get out from a run loop so that interactive shell exits.
Until we get something better for commands to request exit, do not try to handle ExitRequest with error handling.