Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: check TTY mode reset on exit #21027

Closed
wants to merge 1 commit into from

Commits on May 31, 2018

  1. test: check TTY mode reset on exit

    Before PR 20592, 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.
    
    Add regression tests for this condition.
    
    Refs: nodejs#21020
    Refs: nodejs#20592
    addaleax committed May 31, 2018
    Configuration menu
    Copy the full SHA
    40823a1 View commit details
    Browse the repository at this point in the history