Skip to content

Fix missing property in Cluster Ex. - #5305

Closed
MrOutput wants to merge 1 commit into
nodejs:masterfrom
MrOutput:patch-2
Closed

Fix missing property in Cluster Ex.#5305
MrOutput wants to merge 1 commit into
nodejs:masterfrom
MrOutput:patch-2

Conversation

@MrOutput

Copy link
Copy Markdown
Contributor

Cluster.setupMaster(options) Options object was missing an args property on the example.

@r-52r-52 added cluster Issues and PRs related to the cluster subsystem. doc Issues and PRs related to the documentations. labels Feb 18, 2016
@jasnell

Copy link
Copy Markdown
Member

LGTM
@MrOutput ... can you please update the commit log to follow the common style guidelines described in https://github.com/nodejs/node/blob/master/CONTRIBUTING.md? Thank you!

@MrOutput

Copy link
Copy Markdown
ContributorAuthor

@jasnell Is this the correct format?

@jasnell

Copy link
Copy Markdown
Member

For the most part, yes! although Cluster doesn't need to be caps and the body of the commit message should wrap at 70 chars (that can be fixed by whomever lands the commit tho). Thank you very much!

`Cluster.setupMaster(options)` Options object was missing an `args` property on the example.
@silverwind

Copy link
Copy Markdown
Contributor

Thanks! Landed in 9894c02.

silverwind pushed a commit that referenced this pull request Feb 27, 2016
`Cluster.setupMaster(options)` Options object was missing an `args`
property on the example.
PR-URL: #5305
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
rvagg pushed a commit that referenced this pull request Feb 28, 2016
`Cluster.setupMaster(options)` Options object was missing an `args`
property on the example.
PR-URL: #5305
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
@Fishrock123Fishrock123 mentioned this pull request Mar 1, 2016
5 tasks
@MylesBorins

Copy link
Copy Markdown
Contributor

Adding LTS watch label. Please remove if not appropriate

@jasnell

Copy link
Copy Markdown
Member

SGTM for LTS

MylesBorins pushed a commit that referenced this pull request Mar 17, 2016
`Cluster.setupMaster(options)` Options object was missing an `args`
property on the example.
PR-URL: #5305
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
MylesBorins pushed a commit that referenced this pull request Mar 21, 2016
`Cluster.setupMaster(options)` Options object was missing an `args`
property on the example.
PR-URL: #5305
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clusterIssues and PRs related to the cluster subsystem.docIssues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@MrOutput@jasnell@silverwind@MylesBorins@r-52