Skip to content

Commit 5623a84

Browse files
authored
Merge pull request #2547 from emmericp/patch-1
Flush stdout in check progress indicator
2 parents 18ae2db + ceda1b6 commit 5623a84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/cli/check.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ lclient():start(function (client)
8585
.. ('0'):rep(#tostring(max) - #tostring(i))
8686
.. tostring(i) .. '/' .. tostring(max)
8787
io.write(output)
88+
io.flush()
8889
end
8990
end
9091
io.write('\x0D')

0 commit comments

Comments
 (0)