wip: Added KeyboardInterrupt error message to coder.py.

This commit is contained in:
Paul Gauthier 2023-05-13 10:10:00 -07:00
parent ffbbccd51d
commit 0110f86c7f

View file

@ -240,6 +240,7 @@ class Coder:
content, interrupted = self.send(messages)
if interrupted:
self.io.tool_error("\n\n^C KeyboardInterrupt")
content += "\n^C KeyboardInterrupt"
self.cur_messages += [