CLI: output messes with the prompt
Closed this issue · 2 comments
ljharb commented
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?
ljharb commented
This issue is now addressed, thanks!