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