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 <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
EmaSuriano authored and gireeshpunathil committed Nov 26, 2019
1 parent bcb419c commit 18ce3a3
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 @@ -130,7 +130,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 18ce3a3

Please sign in to comment.