Skip to content

Commit 9240e54

Browse files
EmaSurianogireeshpunathil
authored andcommitted
process: replace vars in per_thread.js
PR-URL: #30385 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent deb4127 commit 9240e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/process/per_thread.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ function wrapProcessMethods(binding) {
167167
}
168168

169169
function kill(pid, sig) {
170-
var err;
170+
let err;
171171

172172
// eslint-disable-next-line eqeqeq
173173
if (pid != (pid | 0)) {

0 commit comments

Comments
 (0)