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
Previously, "do_quit" was used outside of command dispatching in
"record_error", violating the intended function structure. This
change introduces "force_quit", a dedicated helper function for
handling forced console termination.
Now, both "do_quit" and "record_error" call "force_quit", reducing
code duplication while ensuring that "do_" functions remain strictly
for command dispatching.
Co-authored-by: charliechiou <[email protected]>
Change-Id: Id1bd4177f352c4e4e0980e5ae5873ae55a3e916b
0 commit comments