fix: bug in logging go erros
This commit is contained in:
@@ -110,6 +110,7 @@ class ConnectionNotifier extends _$ConnectionNotifier with AppLogger {
|
||||
)
|
||||
.mapLeft((err) async {
|
||||
loggy.warning("error connecting", err);
|
||||
loggy.warning(err);//Go err is not normal object to see the go errors are string and need to be dumped
|
||||
await ref.read(startedByUserProvider.notifier).update(false);
|
||||
state = AsyncError(err, StackTrace.current);
|
||||
}).run();
|
||||
|
||||
Reference in New Issue
Block a user