fix indent

v1.18.x
barisusakli 11 years ago
parent b51127bd9c
commit f060a36853

@ -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) {

Loading…
Cancel
Save