mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
Merge branch 'main' into pre-commit
This commit is contained in:
commit
33ae950467
1 changed files with 2 additions and 1 deletions
|
@ -222,7 +222,8 @@ class Coder:
|
|||
]
|
||||
self.cur_messages = []
|
||||
|
||||
self.io.tool("Use up-arrow to retry previous command:", inp)
|
||||
if inp.strip():
|
||||
self.io.tool("Use up-arrow to retry previous command:", inp)
|
||||
return
|
||||
|
||||
if not inp:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue