Disable color by default.

This commit is contained in:
Nick Martin
2014-10-21 21:56:53 -07:00
committed by Emily Stark
parent 4b576959f4
commit 5eedfe8baf

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;