showOutput

when the compute program eg displays usage, it needs to start on its own
line
This commit is contained in:
Joey Hess 2025-02-26 09:47:56 -04:00
parent eed522a0f8
commit d49f371acc
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -97,6 +97,7 @@ perform o r program = do
} }
fast <- Annex.getRead Annex.fast fast <- Annex.getRead Annex.fast
starttime <- liftIO currentMonotonicTimestamp starttime <- liftIO currentMonotonicTimestamp
showOutput
Remote.Compute.runComputeProgram program state Remote.Compute.runComputeProgram program state
(Remote.Compute.ImmutableState False) (Remote.Compute.ImmutableState False)
(getinputcontent fast) (getinputcontent fast)