You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
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...
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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...
The text was updated successfully, but these errors were encountered: