mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +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) { | 			parser.parse(source, function(err, tree) { | ||||||
| 				if (err) { | 				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; | 					return; | ||||||
| 				} | 				} | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user