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
Describe the bug
If I start a spinner and something exits out (like a os.Exit() or log.Fatal() ), then the input in the terminal is hidden. The only way to get it back is to reset terminal
To Reproduce
Steps to reproduce the behavior:
Start a spinner
exit out of the spinner Action function by way of os.Exit or log.Fatal
try to type in the terminal
see the nothing shows in the terminal
Expected behavior
Exiting out should return to terminal as normal
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Ubuntu 22
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
If I start a spinner and something exits out (like a os.Exit() or log.Fatal() ), then the input in the terminal is hidden. The only way to get it back is to reset terminal
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Exiting out should return to terminal as normal
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: