mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-05-07 00:41:49 +08:00
Add urwid stop prior to stack trace so exceptions are not cleared from screen
This commit is contained in:
@@ -599,6 +599,8 @@ class ConsoleMaster(flow.FlowMaster):
|
||||
try:
|
||||
self.ui.run_wrapper(self.loop)
|
||||
except Exception:
|
||||
self.ui.stop()
|
||||
sys.stdout.flush()
|
||||
print >> sys.stderr, traceback.format_exc()
|
||||
print >> sys.stderr, "mitmproxy has crashed!"
|
||||
print >> sys.stderr, "Please lodge a bug report at: https://github.com/mitmproxy/mitmproxy"
|
||||
|
||||
Reference in New Issue
Block a user