diff --git a/aider/watch.py b/aider/watch.py index 9ec7bfb24..f1e24bcc5 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -122,8 +122,7 @@ class FileWatcher: continue changed_files = {str(Path(change[1])) for change in changes} self.changed_files.update(changed_files) - if self.io.prompt_session and self.io.prompt_session.app: - self.io.interrupt_input() + self.io.interrupt_input() return except Exception as e: if self.verbose: