We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31252ad commit 459b471Copy full SHA for 459b471
src/lib/backup.ts
@@ -339,7 +339,7 @@ export class BackupManager {
339
)
340
341
// Create && update backup record for this diff backup
342
- const [ backupSize, sizeError ] = await this._getTotalByteLengthOfBackup(fChanged)
+ const [ backupSize, sizeError ] = this._getTotalByteLengthOfBackup(fChanged)
343
if (sizeError) {
344
throw new BackupException(`Failed to calculate backup size. Reason: ${sizeError.message}`)
345
}
0 commit comments