diff options
| author | ruki <[email protected]> | 2025-11-21 00:45:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-11-21 11:28:51 +0800 |
| commit | 4627107fa7badf70828a6f569e4a8b8ba3d4160d (patch) | |
| tree | 909022a4ff14981d23cb28dd472926431ca86419 /xmake/plugins/format/main.lua | |
| parent | 9447d6b4e5f1060f832cbae1807b95df40a0ddce (diff) | |
improve progress_refresh
Diffstat (limited to 'xmake/plugins/format/main.lua')
| -rw-r--r-- | xmake/plugins/format/main.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake/plugins/format/main.lua b/xmake/plugins/format/main.lua index 768901f6b..f527b6c00 100644 --- a/xmake/plugins/format/main.lua +++ b/xmake/plugins/format/main.lua @@ -219,7 +219,8 @@ function main() local runjobs_opt = { total = #sourcefiles, comax = jobs, - showtips = false + showtips = false, + progress_refresh = true } runjobs("clang-format", function (index, total, opt) local sourcefile = sourcefiles[index] |
