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

readline: expose stream API in clearScreenDown() #28641

Merged
merged 1 commit into from
Jul 13, 2019

Commits on Jul 13, 2019

  1. readline: expose stream API in clearScreenDown()

    This commit adds an optional callback to clearScreenDown(),
    which is passed to the stream's write() method. It also
    exposes the return value of write().
    
    PR-URL: nodejs#28641
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    cjihrig committed Jul 13, 2019
    1 Configuration menu
    Copy the full SHA
    c31f7e5 View commit details
    Browse the repository at this point in the history