mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +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
|
combined_output = result.stdout
|
||||||
except Exception as e:
|
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:
|
if combined_output is None:
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue