diff --git a/aider/report.py b/aider/report.py index 8454e162f..4075b679a 100644 --- a/aider/report.py +++ b/aider/report.py @@ -72,6 +72,9 @@ def report_uncaught_exceptions(): def main(): + report_uncaught_exceptions() + raise ValueError("boo") + title = None if len(sys.argv) > 2: # Use the first command-line argument as the title and the second as the issue text