Skip to content
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

Fix regression with stopAndPersist output #106

Merged
merged 1 commit into from
Apr 2, 2019

Conversation

rfreebern
Copy link
Contributor

This appears to be a typo, and was leading to this behavior:

const spinner = new ora('Testing').start();
setTimeout(() => spinner.succeed('Completed'), 2000);
✔ Completedn[~/Development/ora-test (master)]$

@sindresorhus sindresorhus changed the title Replace literal n with an escaped newline in stopAndPersist output Fix regression with stopAndPersist output Apr 2, 2019
@sindresorhus sindresorhus merged commit 63eb1e9 into sindresorhus:master Apr 2, 2019
@sindresorhus
Copy link
Owner

// @stroncium

@sindresorhus
Copy link
Owner

@stroncium
Copy link
Contributor

Trusted tests too much. =/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants