mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-05 04:07:20 +00:00
Add urwid stop prior to stack trace so exceptions are not cleared from screen
This commit is contained in:
parent
0c3b6ee667
commit
4bdd1ed967
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue