mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54: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.cur_messages = []
|
||||||
|
|
||||||
|
self.io.tool("Use up-arrow to retry previous command:", inp)
|
||||||
|
return
|
||||||
|
|
||||||
if not inp:
|
if not inp:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue