summaryrefslogtreecommitdiff
path: root/xmake/modules/async
diff options
context:
space:
mode:
authorruki <[email protected]>2025-11-20 00:41:24 +0800
committerruki <[email protected]>2025-11-20 00:41:24 +0800
commitd4f99444640e55c2170c7407ca567af2047dc558 (patch)
tree746a3513f4d8d9582461d2665a1a5bfb5fedfac9 /xmake/modules/async
parent660450b6adb49c5a8b792a0c844a414d0a1b7379 (diff)
improve progress
Diffstat (limited to 'xmake/modules/async')
-rw-r--r--xmake/modules/async/runjobs.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/async/runjobs.lua b/xmake/modules/async/runjobs.lua
index 286047199..9254cf499 100644
--- a/xmake/modules/async/runjobs.lua
+++ b/xmake/modules/async/runjobs.lua
@@ -203,8 +203,8 @@ function _consume_jobs_loop(state, run_in_remote)
if curdir then
os.cd(curdir)
end
- state.finished_count = state.finished_count + 1
job_func(job_index, total, {progress = state.progress_wrapper})
+ state.finished_count = state.finished_count + 1
end
state.running_jobs_indices[job_index] = nil
co_running:data_set("runjobs.running", false)