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 we force prompt cleanups to be asynchronous. Though that can cause issue since keypress will keep triggering (see issue with Unix yes). It might be better to let hooks choose how they'll cleanup, sync or async.