Uh oh!
There was an error while loading. Please reload this page.
fix(@clack/prompts): handle spinner.stop call when spinner.start was not called - #242
fix(@clack/prompts): handle spinner.stop call when spinner.start was not called#242Minishlink wants to merge 1 commit into
Conversation
|
DogPawHat
commented
Mar 1, 2025
Wouldn't it be better if it threw an error instead if |
Minishlink
commented
Mar 2, 2025
I'd rather make .stop return early if !isSpinnerActive but I'm ok with this if you can access isSpinnerActive publicly |
43081j
commented
Apr 16, 2025
i think we should return early like you say so keep if(!isSpinnerActive){return;} |
43081j
commented
Nov 21, 2025
looks like this was fixed in 0b852e1 |
Basic reproduction would be