mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +00:00

- Move the cleanup function definition into `restart()` so restart can be selectively used as a hook - Improve error handling: Before this, errors while running the event loop would cause busted to get stuck. Now the error is properly raised by stopping the event loop first.