summaryrefslogtreecommitdiff
path: root/xmake/plugins/check/main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2026-04-07 23:39:20 +0800
committerruki <[email protected]>2026-04-07 23:39:20 +0800
commit59c749bda81f4c0a99d41ee31adfbf931cd578f2 (patch)
treed08a14f5acdab2bdc711596c9f857098337b716b /xmake/plugins/check/main.lua
parent4a13e671f0ba99feca8daf4a1706e9bcb4ccfa67 (diff)
add utils.checker
Diffstat (limited to 'xmake/plugins/check/main.lua')
-rw-r--r--xmake/plugins/check/main.lua2
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()