logic error

v1.18.x
psychobunny 10 years ago
parent 6c5395dd05
commit cf6b32bce6

@ -13,7 +13,7 @@ module.exports = function(grunt) {
compiling = '',
time = Date.now();
if (grunt.option('verbose')) {
if (!grunt.option('verbose')) {
args.push('--log-level=info');
}

Loading…
Cancel
Save