diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/System/Console/Concurrent/Internal.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System/Console/Concurrent/Internal.hs b/src/System/Console/Concurrent/Internal.hs index b3ae588c..f38c63c3 100644 --- a/src/System/Console/Concurrent/Internal.hs +++ b/src/System/Console/Concurrent/Internal.hs @@ -290,8 +290,8 @@ fgProcess p = do -- Wait for the process to exit and drop the lock. asyncProcessWaiter $ do void $ tryIO $ P.waitForProcess h - dropOutputLock print ("fgProcess done", showProc p) + dropOutputLock return (toConcurrentProcessHandle r) #ifndef mingw32_HOST_OS |
