Disable color by default.

This commit is contained in:
Nick Martin
2014-10-21 21:56:53 -07:00
parent 5257732e47
commit ccbac61cf0

View File

@@ -30,6 +30,11 @@ if (process.env.METEOR_PRETTY_OUTPUT) {
FORCE_PRETTY = process.env.METEOR_PRETTY_OUTPUT != '0'
}
if (!process.env.METEOR_COLOR) {
chalk.enabled = false;
}
STATUSLINE_MAX_LENGTH = 60;
STATUS_MAX_LENGTH = 40;