fix(backups/writeVhd): await outputStream (#6017)
This commit is contained in:
committed by
GitHub
parent
481ac92bf8
commit
bbd3d31b6a
@@ -481,7 +481,7 @@ class RemoteAdapter {
|
||||
})
|
||||
await VhdAbstract.createAlias(handler, path, dataPath)
|
||||
} else {
|
||||
this.outputStream(dataPath, input, { checksum, validator })
|
||||
await this.outputStream(dataPath, input, { checksum, validator })
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user