forked from hkc/cc-stuff
nya
This commit is contained in:
parent
525fce9232
commit
1862d70178
|
@ -66,7 +66,7 @@ while true do
|
|||
tape.write(chunk)
|
||||
term.setCursorPos(1, y)
|
||||
term.clearLine()
|
||||
textProgress(written / length, colors.green, colors.gray, "%8d / %8d", n_to_kib(written), n_to_kib(length))
|
||||
textProgress(written / length, colors.green, colors.gray, "%s / %s", n_to_kib(written), n_to_kib(length))
|
||||
os.sleep(0.01)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue