diff options
| -rw-r--r-- | xmake/modules/async/jobgraph.lua | 2 |
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 |
