mirror of https://github.com/voidlizard/hbs2
debug
This commit is contained in:
parent
fc9b0ffb40
commit
c6d6313b09
|
@ -267,9 +267,11 @@ runSync = do
|
||||||
("GIT_HTTP_EXPORT_ALL", "")
|
("GIT_HTTP_EXPORT_ALL", "")
|
||||||
]
|
]
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
liftIO $ LBS.putStrLn out
|
||||||
|
|
||||||
(s, h, body) <- parseResp out
|
(s, h, body) <- parseResp out
|
||||||
|
|
||||||
let st = fromMaybe status200 s
|
let st = fromMaybe status200 s
|
||||||
|
|
Loading…
Reference in New Issue