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
this makes sense as there's nothing we can listen for. an exit won't happen because the spinner is still iterating on a timer in the background, so there's no exit event to catch.
if something forcefully exits, the spinner does stop.
but you really should call stop()
its the same as if you had a setInterval running in your code somewhere, it'll never exit if you don't clean it up.
if you are calling stop, please provide an example as i can't reproduce that
Activity
43081j commentedon Jul 1, 2025
do you mean you didn't call
stop()
?this makes sense as there's nothing we can listen for. an exit won't happen because the spinner is still iterating on a timer in the background, so there's no exit event to catch.
if something forcefully exits, the spinner does stop.
but you really should call
stop()
its the same as if you had a
setInterval
running in your code somewhere, it'll never exit if you don't clean it up.if you are calling
stop
, please provide an example as i can't reproduce thativands commentedon Jul 3, 2025
I mean after calling stop
43081j commentedon Jul 3, 2025
do you have an example?
i've tried this locally and it works fine, so i think we will need a reproduction from you
ivands commentedon Jul 3, 2025
Yeah, so I just tried it on Node and it seems to work.
But in Deno it will get stuck.
However, i also had instances where my cli tool running in node would get stuck.
Just not sure now if the spinner was the problem anymore XD
43081j commentedon Jul 3, 2025
i also can't reproduce that in main, so i wonder if its a long gone problem
can you try out 1.0.0-alpha.1 and see if it still happens? so we at least know if its been fixed in latest