mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
wip: Added KeyboardInterrupt error message to coder.py.
This commit is contained in:
parent
ffbbccd51d
commit
0110f86c7f
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ class Coder:
|
||||||
|
|
||||||
content, interrupted = self.send(messages)
|
content, interrupted = self.send(messages)
|
||||||
if interrupted:
|
if interrupted:
|
||||||
|
self.io.tool_error("\n\n^C KeyboardInterrupt")
|
||||||
content += "\n^C KeyboardInterrupt"
|
content += "\n^C KeyboardInterrupt"
|
||||||
|
|
||||||
self.cur_messages += [
|
self.cur_messages += [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue