mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 17:29:50 +08:00
Improve logging
This commit is contained in:
@ -34,8 +34,8 @@ Future<void> cloneRemote({
|
|||||||
privateKey: sshPrivateKey,
|
privateKey: sshPrivateKey,
|
||||||
password: sshPassword,
|
password: sshPassword,
|
||||||
);
|
);
|
||||||
|
Log.i("Got default branch: $branch");
|
||||||
if (branch != null && branch.isNotEmpty) {
|
if (branch != null && branch.isNotEmpty) {
|
||||||
Log.i("Got default branch: $branch");
|
|
||||||
remoteBranchName = branch;
|
remoteBranchName = branch;
|
||||||
}
|
}
|
||||||
} catch (ex) {
|
} catch (ex) {
|
||||||
|
Reference in New Issue
Block a user