fix incorrect comment
The process will typically block until all input is read.
This commit is contained in:
parent
2d0dd34916
commit
c8f7cb8558
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ runQuiet params repo = withQuietOutput createProcessSuccess $
|
||||||
{- Runs a git command and returns its output, lazily.
|
{- Runs a git command and returns its output, lazily.
|
||||||
-
|
-
|
||||||
- Also returns an action that should be used when the output is all
|
- Also returns an action that should be used when the output is all
|
||||||
- read (or no more is needed), that will wait on the command, and
|
- read, that will wait on the command, and
|
||||||
- return True if it succeeded. Failure to wait will result in zombies.
|
- return True if it succeeded. Failure to wait will result in zombies.
|
||||||
-}
|
-}
|
||||||
pipeReadLazy :: [CommandParam] -> Repo -> IO (String, IO Bool)
|
pipeReadLazy :: [CommandParam] -> Repo -> IO (String, IO Bool)
|
||||||
|
|
Loading…
Reference in a new issue