Skip to content

Fix watch mode with mini reporter #2470

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

Merged
merged 2 commits into from
Apr 25, 2020
Merged

Fix watch mode with mini reporter #2470

merged 2 commits into from
Apr 25, 2020

Conversation

pcdevil
Copy link
Contributor

@pcdevil pcdevil commented Apr 24, 2020

As title says, I solved the issue with the mini reporter + watch mode:

It turned out, the terminal spinner package, ora doesn't pipes through the stdin by default, which was a breaking change in its 4.0.0 relase. I suppose during one of the dependency update the effect of this change was overlooked and caused the issue.

I ran the test locally on Linux, everything was green.

Please review and merge it accordingly!

Fixes #2458.

@novemberborn novemberborn marked this pull request as ready for review April 25, 2020 11:15
@novemberborn
Copy link
Member

@pcdevil good find! I've pushed one tweak, since we should still discard stdin if you're not using watch mode.

@novemberborn novemberborn merged commit 59c227d into avajs:master Apr 25, 2020
@pcdevil
Copy link
Contributor Author

pcdevil commented Apr 25, 2020

You are right, thanks for the merge!

@pcdevil pcdevil deleted the fix/mini-reporter-with-watch branch April 25, 2020 12:10
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.

Manual rerun doesn't work when verbose mode is off
2 participants