diff options
| author | ruki <[email protected]> | 2026-04-07 23:39:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-04-07 23:39:20 +0800 |
| commit | 59c749bda81f4c0a99d41ee31adfbf931cd578f2 (patch) | |
| tree | d08a14f5acdab2bdc711596c9f857098337b716b /xmake/plugins/check/main.lua | |
| parent | 4a13e671f0ba99feca8daf4a1706e9bcb4ccfa67 (diff) | |
add utils.checker
Diffstat (limited to 'xmake/plugins/check/main.lua')
| -rw-r--r-- | xmake/plugins/check/main.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/plugins/check/main.lua b/xmake/plugins/check/main.lua index 10e5587a1..92b670297 100644 --- a/xmake/plugins/check/main.lua +++ b/xmake/plugins/check/main.lua @@ -80,7 +80,9 @@ function _check(group_or_name, arguments) if showstats == nil and info and info.showstats ~= nil then showstats = info.showstats end + checker.start(name) import("private.check.checkers." .. name, {anonymous = true})(arguments) + checker.stop(name) end if showstats ~= false then checker.show_stats() |
