mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-30 09:48:46 -04:00
debugging
This commit is contained in:
parent
9e48bc2223
commit
7567a0e3bc
7 changed files with 31 additions and 13 deletions
|
@ -40,7 +40,7 @@ class LocalAccounts extends _$LocalAccounts
|
|||
await eventualVeilid.future;
|
||||
return await load();
|
||||
} on Exception catch (e) {
|
||||
log.error('Failed to load LocalAccounts table: $e');
|
||||
log.error('Failed to load LocalAccounts table: $e', e);
|
||||
return const IListConst([]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue