still update othermeter when not displaying progress at console
See no reason not to do this; the othermeter will be updating a transfer info file or the like.
This commit is contained in:
parent
e0fae28c72
commit
d4c9711844
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ metered othermeter key a = case keySize key of
|
|||
meter <- liftIO $ newMeter progress "B" 25 (renderNums binaryOpts 1)
|
||||
return (progress, meter)
|
||||
|
||||
nometer = a (const noop)
|
||||
nometer = a $ combinemeter (const noop)
|
||||
|
||||
combinemeter m = case othermeter of
|
||||
Nothing -> m
|
||||
|
|
Loading…
Add table
Reference in a new issue