-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spinner isn't always cleared from the screen #1338
Comments
It also makes it really hard to debug things as it's constantly clearing the last line. @elcritch Is there a way for you to reimplement this without it being so obstructive? Perhaps you should disable it entirely in debug builds, whilst you're at it. |
Makes sense, I'll look into clearing those up when I get back to some Nimble PRs. |
It only clears lines with the spinner on them.
Adding an option to disable it for a build would be pretty simple change. I'm sure you could make a PR for that. |
It would also be nicer (but not necessary and I imagine non-trivial with the existing |
When running
nimble -v
there is a leftoverworking <spinner>
.The text was updated successfully, but these errors were encountered: