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
I went through our usage and fortunately we don't require the multiple spinners support. Things are nearly ready to go but I found one blocking bug, here is a repro:
Thanks for the great work to help make the ecosystem more efficient!
I would like to replace our usage of ora with nanospinner in https://github.com/nrwl/nx - our overall tracking issue is here: es-tooling/ecosystem-cleanup#117
I went through our usage and fortunately we don't require the multiple spinners support. Things are nearly ready to go but I found one blocking bug, here is a repro:
https://stackblitz.com/edit/stackblitz-starters-dmnx9n?file=package.json&view=editor
node ora.js
node nanospinner.js
You will see that ora does not print again after the error message is printed as expected, but nanospinner does.
The text was updated successfully, but these errors were encountered: