-
Notifications
You must be signed in to change notification settings - Fork 175
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 not spining #284
Comments
I search |
As mentioned above, I think that spinner is simply not used in the sample, although it is available as an implementation. |
Thank you @m0nch1 , however changing the examples does not fix the issue. Running consola.start(), await new Promise((resolve) => setTimeout(resolve, 1000));, consola.success() will still not show an animated spinner as expected. |
I think another way to address the use of spinner is to use other npm packages, such as |
Environment
"consola": "^3.2.3"
Tested on node 20 and 18
Reproduction
Stackblitz reproduction here
Github repo here
Describe the bug
Following this exemple i expect consola to show a spinner while the promise resolve. However only a static ◐ character is visible.
Additional context
I don't know if it's related but the spinner function in /src/utils/prompt.ts is never called in the project.
Logs
No response
The text was updated successfully, but these errors were encountered: