Fix syntax error in 3aca14d530

This commit is contained in:
Andrew Grieve 2014-12-10 21:16:18 -05:00
parent 3aca14d530
commit d80d532a2a

View File

@ -348,10 +348,10 @@ function parseOpts(options, resolvedTarget) {
ret.buildMethod = 'none';
break;
default :
console.warn('Build option \'' + options[i] + '\' not recognized (ignoring).';
console.warn('Build option \'' + options[i] + '\' not recognized (ignoring).');
}
} else {
console.warn('Build option \'' + options[i] + '\' not recognized (ignoring).';
console.warn('Build option \'' + options[i] + '\' not recognized (ignoring).');
}
}