mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Cleanup after canceled local backup export
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
@@ -204,7 +204,10 @@ export class MainSQL {
|
||||
|
||||
public resumeWriteAccess(): void {
|
||||
const pauseWaiters = this.#pauseWaiters;
|
||||
strictAssert(pauseWaiters != null, 'Not paused');
|
||||
if (pauseWaiters == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
this.#pauseWaiters = undefined;
|
||||
|
||||
for (const waiter of pauseWaiters) {
|
||||
|
||||
Reference in New Issue
Block a user