Skip to content

Commit 13ed15c

Browse files
committed
docs: clarify PID === PGID in SSHBackgroundHandle comment
1 parent 68dd866 commit 13ed15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/runtime/SSHBackgroundHandle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class SSHBackgroundHandle implements BackgroundHandle {
5353
* Terminate the process group via SSH.
5454
* Sends SIGTERM to process group, waits briefly, then SIGKILL if still running.
5555
*
56-
* Uses negative PGID to kill entire process group.
56+
* Uses negative PID to kill entire process group (PID === PGID due to set -m).
5757
* Same pattern as Local for parity.
5858
*/
5959
async terminate(): Promise<void> {

0 commit comments

Comments
 (0)