summaryrefslogtreecommitdiff
path: root/xmake/modules/net/ping.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-02-05 22:30:09 +0800
committerruki <[email protected]>2020-02-07 22:45:56 +0800
commit35ffc50b1dc6abc88586ac1986607db16772c686 (patch)
treeeebc6439f8c37391d3e528feae7e3f09ce274bc8 /xmake/modules/net/ping.lua
parentf48d5e6837c0039651385f409c8f3fc8188e086b (diff)
replace all runjobs
Diffstat (limited to 'xmake/modules/net/ping.lua')
-rw-r--r--xmake/modules/net/ping.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/net/ping.lua b/xmake/modules/net/ping.lua
index 0af576081..6c9cf3f8f 100644
--- a/xmake/modules/net/ping.lua
+++ b/xmake/modules/net/ping.lua
@@ -107,7 +107,7 @@ function main(hosts, opt)
vprint("pinging for the host(%s) ... %d ms", host, timeval)
end
end
- end, #hosts)
+ end, {total = #hosts})
-- save cache
if cacheinfo then