don't pass back err if plugin.json is corrupted

v1.18.x
psychobunny 11 years ago
parent 180625ece3
commit a0da73dabd

@ -152,7 +152,7 @@ var fs = require('fs'),
pluginDir = pluginDir[pluginDir.length -1];
winston.error('[plugins/' + pluginDir + '] Plugin not loaded - please check its plugin.json for errors');
return callback(err);
return callback();
}
/*

Loading…
Cancel
Save