-
Notifications
You must be signed in to change notification settings - Fork 940
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
debug text is red #557
Comments
This is not the behavior I see in my application. Perhaps some other tool in/around your application is setting the color and debug is just using whatever previous color was set? |
Are you running it through Docker? Docker colors stderr output as red. |
Many things output stderr as red. This is not something we can fix, sorry. |
@TooTallNate @jacobq No, I'm running it using from Jetbrains PhpStorm. It really has something to do with the IDE. If I use their npm module then all the text colors are red. When using I'll raise a bug in Jetbrains. Thank you for your questions. ;) |
Do you have any idea why is the text color of
debug(...)
always red?I can't find any option that could influence the text color. Is it only our project? Here is how we use it:
The text was updated successfully, but these errors were encountered: