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

There's no output at all when an artisan call that uses termwind is called within a command that also uses termwind #161

Closed
emiliopedrollo opened this issue Jan 19, 2023 · 1 comment

Comments

@emiliopedrollo
Copy link

A simple example of this issue can be found here: spatie/laravel-health#150.

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.

@xiCO2k
Copy link
Collaborator

xiCO2k commented Jan 19, 2023

No issue here, maybe a fix is needed on laravel-health.

@xiCO2k xiCO2k closed this as completed Jan 19, 2023
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

No branches or pull requests

2 participants