diff options
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main.hs b/src/Main.hs index 46fdaa6..b19796a 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -203,6 +203,7 @@ spawnOn target pname killWith cmd = do , procStdin = hin , procOutput = pout , procKillWith = killWith + , procNode = either (const undefined) id target } let readingLoop :: Handle -> (Text -> TestRun ()) -> TestRun () |