Skip to content

Commit

Permalink
cluster: replace vars in child.js
Browse files Browse the repository at this point in the history
PR-URL: #30383
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Beth Griggs <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Denys Otrishko <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
  • Loading branch information
EmaSuriano authored and MylesBorins committed Dec 17, 2019
1 parent f963409 commit d70ec60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/cluster/child.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function rr(message, indexesKey, cb) {
if (message.errno)
return cb(message.errno, null);

var key = message.key;
let key = message.key;

function listen(backlog) {
// TODO(bnoordhuis) Send a message to the master that tells it to
Expand Down

0 comments on commit d70ec60

Please sign in to comment.