fix: small fox for uia request

onboarding
Sorunome 3 years ago
parent 753b1cf984
commit ccaca35e1e

@ -118,7 +118,7 @@ class UiaRequestManager {
} }
} catch (e, s) { } catch (e, s) {
Logs().e('Error while background UIA', e, s); Logs().e('Error while background UIA', e, s);
return uiaRequest.cancel(e); return uiaRequest.cancel(e is Exception ? e : Exception(e));
} }
} }
} }

Loading…
Cancel
Save