mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
fix test for windows
This commit is contained in:
parent
a042914e66
commit
6f1e26157e
1 changed files with 31 additions and 30 deletions
|
@ -821,6 +821,7 @@ class Coder:
|
|||
|
||||
exhausted = False
|
||||
interrupted = False
|
||||
try:
|
||||
while True:
|
||||
try:
|
||||
yield from self.send(messages, functions=self.functions)
|
||||
|
@ -851,7 +852,7 @@ class Coder:
|
|||
self.io.tool_error(f"Unexpected error: {err}")
|
||||
traceback.print_exc()
|
||||
return
|
||||
|
||||
finally:
|
||||
if self.mdstream:
|
||||
self.live_incremental_response(True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue