mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
change error message
This commit is contained in:
parent
d48edfcd00
commit
0e71d262e3
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ class Commands:
|
|||
)
|
||||
combined_output = result.stdout
|
||||
except Exception as e:
|
||||
self.io.tool_error(f"Error running git command: {e}")
|
||||
self.io.tool_error(f"Error running /git command: {e}")
|
||||
|
||||
if combined_output is None:
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue