mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +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.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
|
return
|
||||||
|
|
||||||
if not inp:
|
if not inp:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue