mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fix: store clipboard watcher instance in coder object
This commit is contained in:
parent
7fea85cdcd
commit
402940a215
1 changed files with 1 additions and 1 deletions
|
@ -828,7 +828,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
coder.file_watcher = file_watcher
|
||||
|
||||
if args.copypaste:
|
||||
clipboard_watcher = ClipboardWatcher(coder.io, verbose=args.verbose)
|
||||
coder.clipboard_watcher = ClipboardWatcher(coder.io, verbose=args.verbose)
|
||||
|
||||
coder.show_announcements()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue