mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Disable color by default.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user