Skip to content

Commit

Permalink
process: replace vars in per_thread.js
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
EmaSuriano authored and MylesBorins committed Dec 17, 2019
1 parent 8d3e023 commit db02965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/process/per_thread.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function wrapProcessMethods(binding) {
}

function kill(pid, sig) {
var err;
let err;

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

0 comments on commit db02965

Please sign in to comment.