mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-15 07:56:11 +08:00
@ -516,8 +516,8 @@ class GitHostSetupScreenState extends State<GitHostSetupScreen> {
|
||||
privateKey: settings.sshPrivateKey,
|
||||
password: settings.sshPassword,
|
||||
);
|
||||
} on Exception catch (e) {
|
||||
Log.e(e.toString());
|
||||
} on Exception catch (e, stacktrace) {
|
||||
Log.e("Failed to add remote", ex: e, stacktrace: stacktrace);
|
||||
error = e.toString();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user