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 empty output when running artisan health:list --fresh #150

Merged
merged 2 commits into from
Jan 25, 2023

Conversation

emiliopedrollo
Copy link
Contributor

So, I am having this issue where the command artisan health:list --fresh has an empty output.

It happens because Termwind has an static variable $renderer for it's output and when an Artisan call is made with a command that also uses Termwind this static variable is updated to use BufferedOutput instead of the default ConsoleOutput.

I could not figure an easy fix for the Termwind project so I'm creating this PR here in order to at least mitigate this issue.

@freekmurze
Copy link
Member

The tests are failing, could you look at that?

@freekmurze freekmurze merged commit a575e19 into spatie:main Jan 25, 2023
@freekmurze
Copy link
Member

Thanks!

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