possible fix for #1830

This commit is contained in:
barisusakli
2014-07-15 16:16:35 -04:00
parent 7f093bccfd
commit 42ea8652f1

View File

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