mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
reraise EOFError to fix control-d
This commit is contained in:
parent
779983cb85
commit
7f72d2a703
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,7 @@ class InputOutput:
|
|||
return cmd
|
||||
|
||||
except EOFError:
|
||||
return ""
|
||||
raise
|
||||
except Exception as err:
|
||||
import traceback
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue