Skip to content

Commit 38d5fea

Browse files
EmaSurianotargos
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 a7a71d4 commit 38d5fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/process/per_thread.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function wrapProcessMethods(binding) {
164164
}
165165

166166
function kill(pid, sig) {
167-
var err;
167+
let err;
168168

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

0 commit comments

Comments
 (0)