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
Kampfkarren
changed the title
CLI should capture panics and wait for user input before closing
CLI should wait for user input before closing in an error
Jul 29, 2019
This can be done by either having everything return
Result<_, E>
or by capturing panics.The text was updated successfully, but these errors were encountered: