mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 19:15:58 +01:00 
			
		
		
		
	temp fix for #6848
This commit is contained in:
		| @@ -151,7 +151,7 @@ function resetPlugin(pluginId, callback) { | ||||
| 		}, | ||||
| 	], function (err) { | ||||
| 		if (err) { | ||||
| 			winston.error('[reset] Could not disable plugin: %s encountered error %s', pluginId, err); | ||||
| 			winston.error('[reset] Could not disable plugin: ' + pluginId + ' encountered error %s', err); | ||||
| 		} else if (active) { | ||||
| 			winston.info('[reset] Plugin `%s` disabled', pluginId); | ||||
| 		} else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user