-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
lib: Remove XXX comment in readline and change to output debuglog #4690
Conversation
@@ -380,7 +381,7 @@ Interface.prototype._tabComplete = function() { | |||
self.resume(); | |||
|
|||
if (err) { | |||
// XXX Log it somewhere? | |||
debug(err); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
Remove a comment that has a word 'XXX'. And add a line to output debuglog of error. PR-URL: #4690 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
Remove a comment that has a word 'XXX'. And add a line to output debuglog of error. PR-URL: #4690 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
refs #4642
Remove a comment that has a word 'XXX'.
And add a line to output debuglog of error.