Shutting down cleanly now that asyncio is not noisy.
This commit is contained in:
parent
3b57dff515
commit
c4e5458005
1 changed files with 0 additions and 1 deletions
|
|
@ -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__":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue