diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-06 15:07:41 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-06 15:07:41 -0400 |
| commit | daaf67021cd468fecefbeb0dbfe6244ca34b3a6d (patch) | |
| tree | 2aaf24590c81f101dd9ef05c234e917b9823cc1c | |
| parent | d56333750e8cbea2a80962744602ba4243aeb8a7 (diff) | |
propellor spin
| -rw-r--r-- | src/System/Console/Concurrent/Internal.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System/Console/Concurrent/Internal.hs b/src/System/Console/Concurrent/Internal.hs index 38cc867a..b3ae588c 100644 --- a/src/System/Console/Concurrent/Internal.hs +++ b/src/System/Console/Concurrent/Internal.hs @@ -291,6 +291,7 @@ fgProcess p = do asyncProcessWaiter $ do void $ tryIO $ P.waitForProcess h dropOutputLock + print ("fgProcess done", showProc p) return (toConcurrentProcessHandle r) #ifndef mingw32_HOST_OS |
