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

Output loses formatting #94

Open
Climax777 opened this issue Jul 11, 2015 · 3 comments
Open

Output loses formatting #94

Climax777 opened this issue Jul 11, 2015 · 3 comments

Comments

@Climax777
Copy link

Hello

When using this to run my express server, all output from winston logging loses formatting such as boldness and color.

@ericclemmons
Copy link
Owner

I think that's the difference between this library doing .spawn, which inherits STDIO vs. doing .exec.

There are some caveats using one vs. the other, so the alternative would just need to be tested...

@paulpflug
Copy link
Collaborator

using spawn would preserve formatting
you could use the snippet here: #2098
there is also the workaround to kill the child reliable

@sebdah
Copy link

sebdah commented Sep 14, 2015

I had the same problem, but setting grunt-express-server option background: false solves the problem.

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

4 participants