summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rw-r--r--script/cli/check.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/cli/check.lua b/script/cli/check.lua
index 84ac8766..5ac9ea13 100644
--- a/script/cli/check.lua
+++ b/script/cli/check.lua
@@ -85,6 +85,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')