This commit is contained in:
Dmitry Zuikov 2024-03-06 18:40:14 +03:00
parent c6d6313b09
commit feaf73e8f9
1 changed files with 1 additions and 0 deletions

View File

@ -270,6 +270,7 @@ runSync = do
let p = shell "/usr/bin/env git-http-backend" & setEnv env -- & setStderr closed let p = shell "/usr/bin/env git-http-backend" & setEnv env -- & setStderr closed
(code, out) <- readProcessStdout p (code, out) <- readProcessStdout p
-- FIXME: remove
liftIO $ LBS.putStrLn out liftIO $ LBS.putStrLn out
(s, h, body) <- parseResp out (s, h, body) <- parseResp out