mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-05 20:59:48 -08:00
fix: numeric flag now properly passed to the underlying function
This commit is contained in:
parent
0bb2756f9c
commit
f275d5611b
|
@ -182,6 +182,7 @@ exports.pingAsync = function (
|
|||
v6: ipv6,
|
||||
min_reply: count,
|
||||
sourceAddr: sourceAddr,
|
||||
numeric: numeric,
|
||||
packetSize: size,
|
||||
deadline: deadline,
|
||||
timeout: timeout
|
||||
|
|
Loading…
Reference in a new issue