| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This could be clearer if we explicitly said "end of line (\n, \r, or \r\n)"
Sorry, something went wrong.
There was a problem hiding this comment.
Sounds good, will fix.
Sorry, something went wrong.
|
LGTM with a suggestion. |
Sorry, something went wrong.
|
Fixed according to @cjihrig's suggestion. |
Sorry, something went wrong.
|
Added the lts-watch label. Doc updates like this should generally always be on the lts watch list unless they depend on a semver-minor or major. |
Sorry, something went wrong.
This commit explicitly calls out the end of line sequences used to generate line events in the readline module. Fixes: nodejs#4916 PR-URL: nodejs#4927 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
| Back | FazBrowse Home | New Git URL |
As raised in #4916 readline actually handles all the various forms of EOL (\r, \r\n, \n).