Adjusted some of the broken examples.
This commit is contained in:
parent
5b279bac9e
commit
e77f179200
5 changed files with 28 additions and 35 deletions
|
@ -71,12 +71,11 @@ function stats(size)
|
|||
io.stderr:write("\r", gauge(got, delta, size))
|
||||
io.stderr:flush()
|
||||
end
|
||||
return chunk
|
||||
else
|
||||
-- close up
|
||||
io.stderr:write("\r", gauge(got, delta), "\n")
|
||||
return ""
|
||||
end
|
||||
return chunk
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue