mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
all aider output should be red
This commit is contained in:
parent
0c7f16afbf
commit
448002bd0d
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ class Coder:
|
||||||
full_commit_message = commit_message + "\n\n" + context
|
full_commit_message = commit_message + "\n\n" + context
|
||||||
repo.git.commit("-m", full_commit_message, "--no-verify")
|
repo.git.commit("-m", full_commit_message, "--no-verify")
|
||||||
commit_hash = repo.head.commit.hexsha[:7]
|
commit_hash = repo.head.commit.hexsha[:7]
|
||||||
self.console.print(f"[green]{commit_hash} {commit_message}")
|
self.console.print(f"[red]{commit_hash} {commit_message}")
|
||||||
|
|
||||||
self.last_modified = self.get_last_modified()
|
self.last_modified = self.get_last_modified()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue