This commit is contained in:
Casey 2023-10-17 20:24:09 +03:00
parent ec5d0d14f8
commit 525fce9232
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ while true do
tape.write(chunk)
term.setCursorPos(1, y)
term.clearLine()
textProcess(written / length, colors.green, colors.gray, "%8d / %8d", n_to_kib(written), n_to_kib(length))
textProgress(written / length, colors.green, colors.gray, "%8d / %8d", n_to_kib(written), n_to_kib(length))
os.sleep(0.01)
end