mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +00:00
Merge branch 'main' into json-coders
This commit is contained in:
commit
3a2ac02024
8 changed files with 1562 additions and 95 deletions
|
@ -1009,7 +1009,8 @@ class Coder:
|
|||
)
|
||||
except Exception as err:
|
||||
self.io.tool_error(f"Unexpected error: {err}")
|
||||
traceback.print_exc()
|
||||
lines = traceback.format_exception(type(err), err, err.__traceback__)
|
||||
self.io.tool_error("".join(lines))
|
||||
return
|
||||
finally:
|
||||
if self.mdstream:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue