Uh oh!
There was an error while loading. Please reload this page.
doc: add example function isDead to cluster - #28362
Conversation
[x] documentation is changed or added
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Trott
commented
Jun 21, 2019
@nodejs/documentation |
Trott
left a comment
There was a problem hiding this comment.
Welcome @jessecogollo and thanks for the pull request! It may be possible to simplify/shorten this one a bit? It's probably fine the way it is though? I'm not sure so I pinged the documentation team. Thanks again!
jessecogollo
commented
Jun 21, 2019
Thank you @Trott. |
| process.kill(process.pid); | ||
| }).listen(8000); | ||
| // Make http://localhost:8000 to ckeck isDead method. |
There was a problem hiding this comment.
nit: typo
| // Make http://localhost:8000 to ckeck isDead method. | |
| // Make http://localhost:8000 to check isDead method. |
There was a problem hiding this comment.
"Make" means "Make a connection to" here?
| // Make http://localhost:8000 to ckeck isDead method. | |
| // Connect to http://localhost:8000 to check isDead(). |
Trott
left a comment
There was a problem hiding this comment.
LGTM with typo fix. Seems that it could also be simplified/shortened a bit, but that's probably not a big priority. Thanks for the code!
Trott
commented
Jun 25, 2019
PR-URL: nodejs#28362 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Trott
commented
Jun 25, 2019
Landed in e2d445b. Thanks for the contribution! 🎉 (If you're interested in other possible contributions to Node.js but don't have a good idea of where to start looking, some ideas are posted at https://www.nodetodo.org/next-steps/.) |
PR-URL: #28362 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
[x] added example documentation