logic error

This commit is contained in:
psychobunny
2015-02-24 18:24:00 -05:00
parent 6c5395dd05
commit cf6b32bce6

View File

@@ -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');
}