use right handle
This commit is contained in:
parent
0fd72ff8e0
commit
05703893af
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ runAction repo action@(CommandAction {}) = liftIO $ do
|
||||||
where
|
where
|
||||||
gitparams = gitCommandLine
|
gitparams = gitCommandLine
|
||||||
(Param (getSubcommand action):getParams action) repo
|
(Param (getSubcommand action):getParams action) repo
|
||||||
go p _ (Just h) _ pid = do
|
go p (Just h) _ _ pid = do
|
||||||
hPutStr h $ intercalate "\0" $ toCommand $ getFiles action
|
hPutStr h $ intercalate "\0" $ toCommand $ getFiles action
|
||||||
hClose h
|
hClose h
|
||||||
forceSuccessProcess p pid
|
forceSuccessProcess p pid
|
||||||
|
|
Loading…
Add table
Reference in a new issue