MDL-52591 grunt: make shifter task respect --no-color
This commit is contained in:
@@ -114,6 +114,10 @@ module.exports = function(grunt) {
|
||||
args.push('--lint-stderr');
|
||||
}
|
||||
|
||||
if (grunt.option('no-color')) {
|
||||
args.push('--color=false');
|
||||
}
|
||||
|
||||
var execShifter = function() {
|
||||
|
||||
shifter = exec("node", args, {
|
||||
|
||||
Reference in New Issue
Block a user