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 <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
EmaSuriano authored and targos committed Dec 1, 2019
1 parent a7a71d4 commit 38d5fea
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 38d5fea

Please sign in to comment.