Fix validation of semi-loaded plugins

This commit is contained in:
Samy Pessé
2015-01-30 17:31:47 +01:00
parent d7caf6686e
commit 55a1aee164
+2
View File
@@ -45,6 +45,8 @@ Plugin.prototype.load = function(name, baseDir) {
return true;
} catch (e) {
this.packageInfos = {};
this.infos = {};
return false;
}
};