possible fix for #1830

v1.18.x
barisusakli 11 years ago
parent 7f093bccfd
commit 42ea8652f1

@ -50,7 +50,7 @@ module.exports = function(Meta) {
parser.parse(source, function(err, tree) {
if (err) {
winston.error('[meta/css] Could not minify LESS/CSS: ' + err.message);
winston.error('[meta/css] Could not minify LESS/CSS: ' + err.stack);
return;
}

Loading…
Cancel
Save