If I initiate a spinner, console.log
something after initiating it, and then end the spinner, it prints on a new line.
Example:
const ora = require('ora');
const spinner = ora();
spinner.start('initialized spinner');
console.log('\nsomething else');
setTimeout(() => {
spinner.succeed('ended spinner');
}, 3500);
How it ends up: http://i.imgur.com/ok6zSKZ.png
How I want it to end up: http://i.imgur.com/aBeERi0.png
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too