Open jdmarshall opened 1 year ago
The inspect call is forcing color: true which is resulting in output that I can't inspect in a text editor, even if I set NO_COLOR=true, mostly negating the value of requiring 'picocolors'
it appears that picocolors exposes a boolean for the color status. Should be able to wire this up to inspect()
The inspect call is forcing color: true which is resulting in output that I can't inspect in a text editor, even if I set NO_COLOR=true, mostly negating the value of requiring 'picocolors'