Skip to content

Commit

Permalink
[BUGFIX] _do_close forgot to do its task, again.
Browse files Browse the repository at this point in the history
  • Loading branch information
subnut committed Mar 16, 2023
1 parent 4244642 commit 79eb150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ def _trigger_autocmds(self, url: str):
self.neovim_handle.command(f"doau nvim_ghost_user_autocommands User {url}")

def _do_close(self):
self.close()
log(
"Websocket",
":".join([str(_) for _ in self.address]),
Expand Down

0 comments on commit 79eb150

Please sign in to comment.