fix(backups/_VmBackup#_selectBaseVm): typo
Fixes #5766
Introduced in 1d1bf504d
This commit is contained in:
parent
793c6b4a5a
commit
d4ea9c8892
@ -292,7 +292,7 @@ exports.VmBackup = class VmBackup {
|
|||||||
const presentBaseVdis = new Map(baseUuidToSrcVdi)
|
const presentBaseVdis = new Map(baseUuidToSrcVdi)
|
||||||
const writers = this._writers
|
const writers = this._writers
|
||||||
for (const writer of this._writers) {
|
for (const writer of this._writers) {
|
||||||
if (parentBaseVdis.size === 0) {
|
if (presentBaseVdis.size === 0) {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
await writer.checkBaseVdis(presentBaseVdis, baseVm)
|
await writer.checkBaseVdis(presentBaseVdis, baseVm)
|
||||||
|
Loading…
Reference in New Issue
Block a user