hotfix: Capture Exception
This commit is contained in:
parent
eb53c7cdce
commit
69962f29ed
3 changed files with 28 additions and 22 deletions
|
|
@ -36,8 +36,6 @@ Future<Database> getDatabase(Client client) async {
|
|||
await store.setItem('database-password', password);
|
||||
}
|
||||
return _db;
|
||||
} catch (_) {
|
||||
rethrow;
|
||||
} finally {
|
||||
_generateDatabaseLock = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue