summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-10-29 22:46:14 +0800
committerruki <[email protected]>2025-10-29 22:46:14 +0800
commitca24c32ea55d64c99d8cb911e03a02272b9350c4 (patch)
tree724e97eaab565788bdf9c6d9468ae4f788ef8f7c
parent62493ad179e9b9b981045a7ecc3f82f24403ef8a (diff)
improve jobgraph
-rw-r--r--xmake/modules/async/jobgraph.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/async/jobgraph.lua b/xmake/modules/async/jobgraph.lua
index 5ad5d3bac..67fe836c1 100644
--- a/xmake/modules/async/jobgraph.lua
+++ b/xmake/modules/async/jobgraph.lua
@@ -90,7 +90,7 @@ function jobgraph:add(name, run, opt)
end
end
else
- raise("job(%s): has already been added!", name)
+ wprint("job(%s): has already been added!", name)
end
end