mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
show diffs
This commit is contained in:
parent
3cce28d27d
commit
04d01a9077
1 changed files with 2 additions and 3 deletions
3
coder.py
3
coder.py
|
@ -511,8 +511,7 @@ class Coder:
|
||||||
if not dirty_fnames:
|
if not dirty_fnames:
|
||||||
return
|
return
|
||||||
|
|
||||||
if ask:
|
self.console.print(Text(diffs))
|
||||||
self.console.print(Text(diffs))
|
|
||||||
|
|
||||||
diffs = "# Diffs:\n" + diffs
|
diffs = "# Diffs:\n" + diffs
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue