Shutting down cleanly now that asyncio is not noisy.

This commit is contained in:
Andrew Hamilton 2019-08-21 17:43:22 +10:00
parent 3b57dff515
commit c4e5458005

View file

@ -1168,7 +1168,6 @@ def entry_point():
with chdir(root_path): # FIX: Don't change directory if possible.
loop = asyncio.get_event_loop()
main(root_path, loop, worker_count, editor_command, theme)
os._exit(0)
if __name__ == "__main__":