diff --git a/lib/core/git_repo.dart b/lib/core/git_repo.dart index def2eb51..dd6b4b7f 100644 --- a/lib/core/git_repo.dart +++ b/lib/core/git_repo.dart @@ -187,7 +187,7 @@ class GitNoteRepository { var branch = await repo.currentBranch(); var branchConfig = repo.config.branch(branch); if (branchConfig == null) { - logExceptionWarning(Exception("Current Branch null"), StackTrace.current); + logExceptionWarning(Exception("Branch '$branch' not in config"), StackTrace.current); return; }