## Expected Behavior Colorize always work ## Actual Behavior  ## Steps to Reproduce the Problem ``` console.log(chalk.green('0')); console.log(chalk.blue('1')); await $`echo 1`; console.log(chalk.blue('1')); await $`echo 2`; ``` ## Specifications - Version: 3.1.0 - Platform: Windows 10 ( Git bash )