From a2974bf870a7ef03a5cf7c5154d65bc5a38b18fa Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 29 Oct 2025 23:25:41 +0800 Subject: fix linecount --- xmake/modules/utils/progress.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/utils/progress.lua') diff --git a/xmake/modules/utils/progress.lua b/xmake/modules/utils/progress.lua index d17bd876b..fadc443e1 100644 --- a/xmake/modules/utils/progress.lua +++ b/xmake/modules/utils/progress.lua @@ -204,7 +204,7 @@ function _show_progress_with_multirow_refresh(progress, format, ...) table.sort(lineinfos, function (a, b) return a.spent_time > b.spent_time end) -- show the subprocess lines - local linecount = 0 + linecount = 0 for _, lineinfo in ipairs(lineinfos) do -- we need not show it if the progress job is idle in runjobs now local progress_running = lineinfo.running -- cgit v1.3.1