-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Fix missing property in Cluster Ex. #5305
Conversation
LGTM |
@jasnell Is this the correct format? |
For the most part, yes! although |
`Cluster.setupMaster(options)` Options object was missing an `args` property on the example.
Thanks! Landed in 9894c02. |
`Cluster.setupMaster(options)` Options object was missing an `args` property on the example. PR-URL: #5305 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
`Cluster.setupMaster(options)` Options object was missing an `args` property on the example. PR-URL: #5305 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
Adding LTS watch label. Please remove if not appropriate |
SGTM for LTS |
`Cluster.setupMaster(options)` Options object was missing an `args` property on the example. PR-URL: #5305 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
`Cluster.setupMaster(options)` Options object was missing an `args` property on the example. PR-URL: #5305 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
Cluster.setupMaster(options)
Options object was missing anargs
property on the example.