chore: Fix formatting
This commit is contained in:
parent
9c1bf05c0d
commit
eb9cf18d30
1 changed files with 3 additions and 1 deletions
|
|
@ -127,7 +127,9 @@ extension InitWithRestoreExtension on Client {
|
||||||
ClientManager.sendInitNotification(
|
ClientManager.sendInitNotification(
|
||||||
l10n.initAppError,
|
l10n.initAppError,
|
||||||
l10n.restoreSessionBody(
|
l10n.restoreSessionBody(
|
||||||
AppConfig.newIssueUrl.toString(), e.toString()),
|
AppConfig.newIssueUrl.toString(),
|
||||||
|
e.toString(),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
} catch (e, s) {
|
} catch (e, s) {
|
||||||
Logs().wtf('Restore client failed!', e, s);
|
Logs().wtf('Restore client failed!', e, s);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue