diff options
Diffstat (limited to 'xmake/modules/utils/progress.lua')
| -rw-r--r-- | xmake/modules/utils/progress.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
