add missing loop return during image unpacking
It was a harmless bug, rest of zip entries didn't pass the name filter.
This commit is contained in:
parent
66f45afaae
commit
22256ea40b
1 changed files with 1 additions and 0 deletions
|
@ -448,6 +448,7 @@ async function unpackFactoryImage(factoryImagePath: string, image: DeviceImage,
|
|||
await fs.rename(unpackedTmp, out)
|
||||
|
||||
console.log('unpacked ' + getUnpackedFactoryDirName(image))
|
||||
return
|
||||
}
|
||||
} finally {
|
||||
await fd.close()
|
||||
|
|
Loading…
Reference in a new issue