mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
more verbose
This commit is contained in:
parent
86457b8097
commit
467a9cb587
1 changed files with 2 additions and 1 deletions
|
@ -538,7 +538,8 @@ class Coder:
|
||||||
return interrupted
|
return interrupted
|
||||||
|
|
||||||
def show_send_output(self, completion, silent):
|
def show_send_output(self, completion, silent):
|
||||||
# dump(completion)
|
if self.verbose:
|
||||||
|
print(completion)
|
||||||
|
|
||||||
show_func_err = None
|
show_func_err = None
|
||||||
show_content_err = None
|
show_content_err = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue