mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	added error false
This commit is contained in:
		| @@ -736,6 +736,7 @@ var fs = require('fs'), | |||||||
| 								delete pluginInfo.library; | 								delete pluginInfo.library; | ||||||
| 								pluginInfo.active = active; | 								pluginInfo.active = active; | ||||||
| 								pluginInfo.installed = true; | 								pluginInfo.installed = true; | ||||||
|  | 								pluginInfo.error = false; | ||||||
| 								pluginInfo.version = packageInfo.version; | 								pluginInfo.version = packageInfo.version; | ||||||
|  |  | ||||||
| 								next(null, pluginInfo); | 								next(null, pluginInfo); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user