Improve logging

This commit is contained in:
Vishesh Handa
2021-01-19 16:53:40 +01:00
parent 03899810e1
commit 29ffa2c540

View File

@ -34,8 +34,8 @@ Future<void> cloneRemote({
privateKey: sshPrivateKey,
password: sshPassword,
);
Log.i("Got default branch: $branch");
if (branch != null && branch.isNotEmpty) {
Log.i("Got default branch: $branch");
remoteBranchName = branch;
}
} catch (ex) {