diff --git a/aider/io.py b/aider/io.py index 65c2c2315..934606ade 100644 --- a/aider/io.py +++ b/aider/io.py @@ -40,6 +40,7 @@ class Spinner: print(f" {self.text} {next(self.io.spinner_chars)}", end="\r", flush=True) def end(self): + dump('end') print(" " * (len(self.text) + 3))