mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-26 17:54:44 +10:00
check for no version in manifest generation
This commit is contained in:
@@ -68,6 +68,7 @@ class ManifestGenerator {
|
|||||||
take: 1,
|
take: 1,
|
||||||
})
|
})
|
||||||
)[0];
|
)[0];
|
||||||
|
if(!currentVersion) return {};
|
||||||
versions.push(currentVersion);
|
versions.push(currentVersion);
|
||||||
if (!currentVersion.delta) break;
|
if (!currentVersion.delta) break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user