From 8b61b194f2f4759689844ab57f2ca7a4b912c468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sat, 4 Apr 2026 16:29:55 +0200 Subject: Add pid member to the Process type Changelog: Added `pid` member to the `Process` type to get its system PID --- src/Script/Shell.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Script/Shell.hs') diff --git a/src/Script/Shell.hs b/src/Script/Shell.hs index dea3fe9..2d1b82b 100644 --- a/src/Script/Shell.hs +++ b/src/Script/Shell.hs @@ -202,6 +202,7 @@ spawnShell procNode procName script = do hClose pstderr let procKillWith = Nothing + let procPid = Nothing let process = Process {..} startProcessIOLoops process hout herr -- cgit v1.2.3