mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
possible fix for #1830
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user