debugging

This commit is contained in:
Christien Rioux 2023-09-28 12:51:44 -04:00
parent 9e48bc2223
commit 7567a0e3bc
7 changed files with 31 additions and 13 deletions

View file

@ -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([]);
}
}