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