mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
check for no version in manifest generation
This commit is contained in:
parent
cf578bd005
commit
eb3f9f91ca
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ class ManifestGenerator {
|
|||
take: 1,
|
||||
})
|
||||
)[0];
|
||||
if(!currentVersion) return {};
|
||||
versions.push(currentVersion);
|
||||
if (!currentVersion.delta) break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue