Skip to content

Ora swallows stdout just before .stop() #90

@shaunwarman

Description

@shaunwarman

Issuehunt badges

It looks as though ora swallows any stdout happening just before the .stop().

Example

const ora = require('ora');

const spinner = ora({
  text: 'spinning...\n',
  color: 'yellow'
});

spinner.start();

setTimeout(() => {
  console.log('STOP');
  spinner.stop();
}, 1000);

There is a $30.00 open bounty on this issue. Add more on Issuehunt.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions