mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 02:25:55 +01:00
fix indent
This commit is contained in:
@@ -294,12 +294,12 @@ var fs = require('fs'),
|
||||
|
||||
if (!pluginData) {
|
||||
winston.warn("Plugin `" + packageName + "` is corrupted or invalid. Please check either package.json or plugin.json for errors.");
|
||||
return next(null, {
|
||||
id: packageName,
|
||||
installed: true,
|
||||
error: true,
|
||||
active: null
|
||||
});
|
||||
return next(null, {
|
||||
id: packageName,
|
||||
installed: true,
|
||||
error: true,
|
||||
active: null
|
||||
});
|
||||
}
|
||||
|
||||
Plugins.isActive(pluginData.name, function(err, active) {
|
||||
|
||||
Reference in New Issue
Block a user