Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: reset TTY mode before cleaning up resources
Otherwise, closing all handles associated with the main event loop would also mean that `uv_tty_reset_mode()` can’t function properly because the corresponding FDs have already been closed. Fixes: #21020 PR-URL: #21257 Reviewed-By: Richard Lau <[email protected]>
- Loading branch information