diff --git a/script/cli/check.lua b/script/cli/check.lua index 146035b62..0a0bf6947 100644 --- a/script/cli/check.lua +++ b/script/cli/check.lua @@ -84,6 +84,7 @@ lclient():start(function (client) .. ('0'):rep(#tostring(max) - #tostring(i)) .. tostring(i) .. '/' .. tostring(max) io.write(output) + io.flush() end end io.write('\x0D')