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
This means it is not possible to turn off coloured output with flags chalk supports such as --no-colour.
Without being able to turn off coloured output, logs contain a lot of junk that is hard to pass.
If line #12 is removed, the client code would be able to determine if coloured output should be enabled or not (or Chalk would figure it out dynamically based on the TERM that is running the instance of node).
The text was updated successfully, but these errors were encountered:
On line #12 of logger.js Chalk enabled is forced to true.
This means it is not possible to turn off coloured output with flags chalk supports such as
--no-colour
.Without being able to turn off coloured output, logs contain a lot of junk that is hard to pass.
If line #12 is removed, the client code would be able to determine if coloured output should be enabled or not (or Chalk would figure it out dynamically based on the
TERM
that is running the instance of node).The text was updated successfully, but these errors were encountered: