Throw unknown exceptions found during sync
This commit is contained in:
parent
ffefa99504
commit
7a778abaea
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ class SyncService {
|
|||
Bus.instance.fire(
|
||||
SyncStatusUpdate(SyncStatus.error, reason: "backup failed"));
|
||||
}
|
||||
throw e;
|
||||
} finally {
|
||||
_isSyncInProgress = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue