From c4afe795c16335cf5f67c49468b21e22f3b59d87 Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Wed, 3 Jul 2024 09:23:56 +0200 Subject: [PATCH] tune the comment --- lib/subprocess.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/subprocess.js b/lib/subprocess.js index 13bd2d0..b9e8ec5 100644 --- a/lib/subprocess.js +++ b/lib/subprocess.js @@ -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; });