diff options
| author | ruki <[email protected]> | 2025-10-29 22:46:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-10-29 22:46:14 +0800 |
| commit | ca24c32ea55d64c99d8cb911e03a02272b9350c4 (patch) | |
| tree | 724e97eaab565788bdf9c6d9468ae4f788ef8f7c /xmake/modules/async/jobgraph.lua | |
| parent | 62493ad179e9b9b981045a7ecc3f82f24403ef8a (diff) | |
improve jobgraph
Diffstat (limited to 'xmake/modules/async/jobgraph.lua')
| -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 |
