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
I'm not seeing quite the same problem as in this example, but it simply doesn't appear to colorize anything. I am already using chalk for many things which works fine. However, running a JS object through jsome() or jsome.getColoredString() formats the output without any color. I can turn on visible indents and other things, but all the content comes out without any ansi color codes no matter what.
I'm on node 8.9 and using iterm2 on OSX. I can print colors with the chalk package fine.
If I do this:
I get this in the console:
Tried just
jsome(testObject)
too and it gives the same.The text was updated successfully, but these errors were encountered: