mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +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
|
return cmd
|
||||||
|
|
||||||
except EOFError:
|
except EOFError:
|
||||||
return ""
|
raise
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue