This commit is contained in:
Joey Hess 2024-09-23 16:02:39 -04:00
parent eec07aec68
commit d3a3c722c9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -508,7 +508,7 @@ handleStep startn n st
| otherwise = return st
where
runrest actions st' n'
| n > 0 = do
| n' > 0 = do
(st'', restactions) <- runoneaction actions st'
if null restactions
then handleStep startn n' st'