propellor spin

This commit is contained in:
Joey Hess 2014-11-27 17:51:41 -04:00
parent d1425be30a
commit 7ddb862176
Failed to extract signature
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ processChainOutput h = go Nothing
where
go lastline = do
v <- catchMaybeIO (hGetLine h)
debug ["read from chained propellor: ", show v]
case v of
Nothing -> case lastline of
Nothing -> pure FailedChange