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