even though supports-color is used in debug, it appears as though FORCE_COLOR is not being honored.
i'm getting color with no trouble when using with a script run directly (regardless of FORCE_COLOR being present or not), but lose the color output when using with a script run through npm-run-all, even with FORCE_COLOR enabled.
is this something specific about debug's use of supports-color?
even though
supports-coloris used indebug, it appears as thoughFORCE_COLORis not being honored.i'm getting color with no trouble when using with a script run directly (regardless of
FORCE_COLORbeing present or not), but lose the color output when using with a script run through npm-run-all, even withFORCE_COLORenabled.is this something specific about
debug's use ofsupports-color?