forked from mystiq/hydrogen-web
needs to be awaited
This commit is contained in:
parent
b30db544a3
commit
ebc7f1ecd7
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ export class KeyBackup {
|
|||
throw err;
|
||||
}
|
||||
}
|
||||
this.markKeysAsBackedUp(keysNeedingBackup, setAbortable);
|
||||
await this.markKeysAsBackedUp(keysNeedingBackup, setAbortable);
|
||||
amountFinished += keysNeedingBackup.length;
|
||||
setProgress(new Progress(total, amountFinished));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue