mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
Improved output when no changes made to git tracked files
This commit is contained in:
parent
7c3bbcede6
commit
b05b8e2087
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ class Coder:
|
|||
)
|
||||
else:
|
||||
if self.repo:
|
||||
self.io.tool_error("Warning: no changes found in tracked files.")
|
||||
self.io.tool_output("No changes made to git tracked files.")
|
||||
saved_message = self.gpt_prompts.files_content_gpt_no_edits
|
||||
|
||||
return saved_message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue