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
- Fixed issue where exceeding the error limit (five attempts) did
not exit the console, potentially leading to memory leaks.
- Introduced "force_quit" as a helper function to centralize quit
handling.
- Ensured both "do_quit" and "record_error" call "force_quit",
enforcing a consistent function structure.
- Reduced code duplication and improved command dispatching logic.
Co-authored-by: charliechiou <[email protected]>
Change-Id: I2f624a16cc4eb3517bf05a65eac105908300bfd9
0 commit comments