maddhruv / npmtotal

Find you npm download statistics
16 stars 0 forks source link

CLI: output messes with the prompt #4

Closed ljharb closed 4 years ago

ljharb commented 4 years ago

In the same way that using printf causes the next prompt to not necessarily be after the output vs echo, whatever you're using to output causes my next prompt to appear in the middle of it, instead of after it.

Perhaps this is because you're not stopping the progress bar until after you've console.logged the results?

maddhruv commented 4 years ago

With the 1.2.0 release I feel the issue is fixed now. Please check

ljharb commented 4 years ago

This issue is now addressed, thanks!