patch for no version check in manifest generation
This commit is contained in:
parent
eb3f9f91ca
commit
395219d0cb
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ class ManifestGenerator {
|
|||
take: 1,
|
||||
})
|
||||
)[0];
|
||||
if(!currentVersion) return {};
|
||||
if(!currentVersion) return undefined;
|
||||
versions.push(currentVersion);
|
||||
if (!currentVersion.delta) break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue