mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 14:34:52 +02:00
...
This commit is contained in:
@@ -57,7 +57,7 @@ def report_unhandled_error(msg: str = '') -> None:
|
|||||||
if msg:
|
if msg:
|
||||||
print(msg, file=sys.stderr)
|
print(msg, file=sys.stderr)
|
||||||
cls, e, tb = sys.exc_info()
|
cls, e, tb = sys.exc_info()
|
||||||
if not isinstance(e, (SystemExit, KeyboardInterrupt)):
|
if e and not isinstance(e, (SystemExit, KeyboardInterrupt)):
|
||||||
import traceback
|
import traceback
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
input('Press Enter to quit.')
|
input('Press Enter to quit.')
|
||||||
|
|||||||
Reference in New Issue
Block a user