From ca24c32ea55d64c99d8cb911e03a02272b9350c4 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 29 Oct 2025 22:46:14 +0800 Subject: improve jobgraph --- xmake/modules/async/jobgraph.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1