mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
log with_message
This commit is contained in:
parent
f23327ecf9
commit
9e506cccb0
2 changed files with 4 additions and 2 deletions
|
@ -279,6 +279,7 @@ class Coder:
|
|||
try:
|
||||
if with_message:
|
||||
new_user_message = with_message
|
||||
self.io.user_input(with_message)
|
||||
else:
|
||||
new_user_message = self.run_loop()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue