diff --git a/aider/io.py b/aider/io.py index c344876e5..f556fcb37 100644 --- a/aider/io.py +++ b/aider/io.py @@ -479,6 +479,7 @@ class InputOutput: return "" except Exception as err: import traceback + self.tool_error(str(err)) self.tool_error(traceback.format_exc()) return ""