mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
Ask the user to retry their cmd if we interrupt with an autocommit
This commit is contained in:
parent
cc0ee034f4
commit
bdae74a9a8
1 changed files with 3 additions and 0 deletions
|
@ -222,6 +222,9 @@ class Coder:
|
|||
]
|
||||
self.cur_messages = []
|
||||
|
||||
self.io.tool("Use up-arrow to retry previous command:", inp)
|
||||
return
|
||||
|
||||
if not inp:
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue