Uh oh!
There was an error while loading. Please reload this page.
document server.listen return val - #4590
Conversation
Sequoia
commented
Jan 8, 2016
Incidentally, do all the server methods return |
jasnell
commented
Jan 8, 2016
LGTM |
Sequoia
commented
Jan 8, 2016
Is the subsystem "docs" or "http"? |
Sequoia
commented
Jan 8, 2016
looks like "doc" from other commits, I'll go with that. |
The server method returns `self` in order to allow chaining. closesnodejs#4571
1f36437 to
432acedCompareSequoia
commented
Jan 8, 2016
OK lmk if it's still not in compliance! 😸 |
silverwind
commented
Jan 8, 2016
They should, but there may be a few methods around that don't. If you find any that return |
ryansobol
commented
Jan 9, 2016
LGTM |
silverwind
commented
Jan 11, 2016
Thanks! Landed with slight tweaks to the message in 9456f50. |
The server method returns `self` in order to allow chaining. PR-URL: nodejs#4590Fixes: nodejs#4571 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
closes#4571