Closed fergusean closed 1 year ago
The color stripper isn’t stripping colors from the JSON messages. It looks like the colors are being stripped from rawMessage , but the JSON contains message property, which has not been stripped.
rawMessage
message
failing test case: https://github.com/deepkit/deepkit-framework/commit/ea69adf60a7b874ed50b5834dbac3e5ab72d1d49
The color stripper isn’t stripping colors from the JSON messages. It looks like the colors are being stripped from
rawMessage
, but the JSON containsmessage
property, which has not been stripped.