Skip to content

Commit

Permalink
tune the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Jul 3, 2024
1 parent f99e1e8 commit c4afe79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/subprocess.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ class SubProcess extends EventEmitter {
});

this.proc.once('close', () => {
// finally clean up the proc and
// finally clean up the proc
this.proc?.removeAllListeners();
this.proc = null;
});
Expand Down

0 comments on commit c4afe79

Please sign in to comment.