Uh oh!
There was an error while loading. Please reload this page.
doc: general improvements to readline.md copy - #7022
Conversation
There was a problem hiding this comment.
Might want to explain here that this is because the interface waits for data from the input stream? Feel free to omit if you think that would go too much into detail.
addaleax
commented
May 27, 2016
See also: #6996 … Maybe cherry-pick that into this PR as a second commit? |
If #6996 lands first I'll rebase this on it. If this lands first, I'll cherry pick it in |
jasnell
commented
May 27, 2016
Nits fixed! |
There was a problem hiding this comment.
Maybe 'Tiny> '? (No need to change if you'd like to keep the ohai though imo)
There was a problem hiding this comment.
meh, I'm good with ohai for the example
jasnell
commented
Jun 2, 2016
Nits addressed. @nodejs/documentation ... one final look please :-) |
jasnell
commented
Jun 6, 2016
ping @nodejs/documentation |
benjamingr
commented
Jun 6, 2016
LGTM |
jasnell
commented
Jun 6, 2016
Rebased to resolve conflicts after the added details were added |
Clarify that readline's rl.question() callback does not use the err back pattern. Fixes: nodejs#4833
PR-URL: #7022 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
jasnell
commented
Jun 7, 2016
PR-URL: #7022 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Checklist
Affected core subsystem(s)
doc (readline)
Description of change
General improvements to readline.md copy
@nodejs/documentation