We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
When using this to run my express server, all output from winston logging loses formatting such as boldness and color.
The text was updated successfully, but these errors were encountered:
I think that's the difference between this library doing .spawn, which inherits STDIO vs. doing .exec.
.spawn
.exec
There are some caveats using one vs. the other, so the alternative would just need to be tested...
Sorry, something went wrong.
using spawn would preserve formatting you could use the snippet here: #2098 there is also the workaround to kill the child reliable
I had the same problem, but setting grunt-express-server option background: false solves the problem.
grunt-express-server
background: false
No branches or pull requests
Hello
When using this to run my express server, all output from winston logging loses formatting such as boldness and color.
The text was updated successfully, but these errors were encountered: