perhaps this fixes the stall tbd
This commit is contained in:
parent
a600471a23
commit
6e04194e84
1 changed files with 2 additions and 1 deletions
|
@ -167,6 +167,7 @@ xmppPush cid gitpush = runPush SendPack cid $ do
|
|||
liftIO $ do
|
||||
hPrint controlh (ExitFailure 1)
|
||||
hFlush controlh
|
||||
killThread =<< myThreadId
|
||||
|
||||
installwrapper tmpdir = liftIO $ do
|
||||
createDirectoryIfMissing True tmpdir
|
||||
|
|
Loading…
Reference in a new issue