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

doc: readline 'line' event emits final line #42214

Merged
merged 2 commits into from Mar 7, 2022

Commits on Mar 4, 2022

  1. doc: readline 'line' event emits final line

    Updated docs to reflect current behaviour of readline:
    final line of input will be emitted via `'line'` event
    when input stream `'end'` event is emitted even when
    the input is not newline terminated.
    
    Refs: nodejs/node-v0.x-archive#7238
    mattpr committed Mar 4, 2022
    Copy the full SHA
    f0702b6 View commit details
    Browse the repository at this point in the history
  2. Update doc/api/readline.md

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Trott and aduh95 committed Mar 4, 2022
    Copy the full SHA
    74a752c View commit details
    Browse the repository at this point in the history