showOutput
when the compute program eg displays usage, it needs to start on its own line
This commit is contained in:
parent
eed522a0f8
commit
d49f371acc
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue