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