lib: Remove XXX comment in readline and change to output debuglog#4690
lib: Remove XXX comment in readline and change to output debuglog#4690kohei-takata wants to merge 1 commit intonodejs:masterfrom
Conversation
lib/readline.js
Outdated
There was a problem hiding this comment.
Congratulations your 1st contribution.
You would be better to print more information. e.g.
debug('tab complete error ', err);like https://github.com/nodejs/node/blob/master/lib/repl.js#L230
|
@kohei-takata Could you please prefix the commit message with Also please make sure the commit message (the first line, where the prefix is) is no longer than 50 characters. :) |
|
LGTM with the nits @Fishrock123 and @yosuke-furukawa mentioned addressed. |
Remove a comment that has a word 'XXX'. And add a line to output debuglog of error.
d506391 to
a854ec6
Compare
|
@yosuke-furukawa @Fishrock123 @jasnell |
|
LGTM pending CI |
|
Failures in CI look unrelated. Updated commit LGTM |
|
CI is a little more robust right now then it was 13 hours ago, so let's try CI again: |
|
CI is green! \o/ |
|
Great job @Trott. Great to see.
|
|
@Trott Thanks! |
Remove a comment that has a word 'XXX'. And add a line to output debuglog of error. PR-URL: #4690 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
|
Landed in ad63d35 |
Remove a comment that has a word 'XXX'. And add a line to output debuglog of error. PR-URL: #4690 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Remove a comment that has a word 'XXX'. And add a line to output debuglog of error. PR-URL: #4690 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Remove a comment that has a word 'XXX'. And add a line to output debuglog of error. PR-URL: #4690 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Remove a comment that has a word 'XXX'. And add a line to output debuglog of error. PR-URL: nodejs#4690 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Remove a comment that has a word 'XXX'. And add a line to output debuglog of error. PR-URL: nodejs#4690 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Remove a comment that has a word 'XXX'. And add a line to output debuglog of error. PR-URL: nodejs#4690 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Remove a comment that has a word 'XXX'. And add a line to output debuglog of error. PR-URL: nodejs#4690 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
refs #4642
Remove a comment that has a word 'XXX'.
And add a line to output debuglog of error.