mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-13 14:14:30 +02:00
Adjusted some of the broken examples.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user