Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

print stout output as it comes #42

Open
jacintoArias opened this issue Apr 30, 2018 · 1 comment
Open

print stout output as it comes #42

jacintoArias opened this issue Apr 30, 2018 · 1 comment

Comments

@jacintoArias
Copy link
Member

Output is striped and print via our logger, however tabs and colors are lost, which is problematic to read some outputs like yarn scripts or tests reporters...

@jcozar87
Copy link
Member

Removing .strip() from stdout and stderr binary strings should solve the problem of this chaotic structure of outputs.

Respect to the colors, it seems that if no tty is detected, color codes are removed. We can use a dummy tty just to preserve those codes: stackoverflow

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants