hotfix: Capture Exception

This commit is contained in:
Christian Pauly 2020-10-04 11:52:06 +02:00
commit 69962f29ed
3 changed files with 28 additions and 22 deletions

View file

@ -36,8 +36,6 @@ Future<Database> getDatabase(Client client) async {
await store.setItem('database-password', password);
}
return _db;
} catch (_) {
rethrow;
} finally {
_generateDatabaseLock = false;
}