Skip to content

Commit a31ace5

Browse files
EmaSurianotargos
authored andcommitted
cluster: replace vars in child.js
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]>
1 parent ef3ab37 commit a31ace5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/cluster/child.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function rr(message, indexesKey, cb) {
128128
if (message.errno)
129129
return cb(message.errno, null);
130130

131-
var key = message.key;
131+
let key = message.key;
132132

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

0 commit comments

Comments
 (0)