mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-11 09:52:13 +03:00
Merge branch 'feat-eof-exit' of https://github.com/page-down/kitty
This commit is contained in:
commit
6d3995d4ac
@ -32,7 +32,7 @@ def real_main(args: List[str]) -> None:
|
||||
|
||||
def main(args: List[str]) -> None:
|
||||
try:
|
||||
with suppress(KeyboardInterrupt):
|
||||
with suppress(KeyboardInterrupt, EOFError):
|
||||
real_main(args)
|
||||
except Exception:
|
||||
import traceback
|
||||
|
Loading…
Reference in New Issue
Block a user