This commit is contained in:
Sandeep Somavarapu
2017-03-07 10:20:37 +01:00
parent c5b911fd50
commit 88f9357536

View File

@@ -316,7 +316,7 @@ export class ExtensionScanner {
const {id, version} = getIdAndVersionFromLocalExtensionId(folder);
if (!id && !version) {
if (!id || !version) {
nonGallery.push(folder);
return;
}