Skip to content

Commit db02965

Browse files
EmaSurianoMylesBorins
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 8d3e023 commit db02965

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)