mirror of https://github.com/voidlizard/hbs2
debug
This commit is contained in:
parent
c6d6313b09
commit
feaf73e8f9
|
@ -270,6 +270,7 @@ runSync = do
|
|||
let p = shell "/usr/bin/env git-http-backend" & setEnv env -- & setStderr closed
|
||||
(code, out) <- readProcessStdout p
|
||||
|
||||
-- FIXME: remove
|
||||
liftIO $ LBS.putStrLn out
|
||||
|
||||
(s, h, body) <- parseResp out
|
||||
|
|
Loading…
Reference in New Issue