mirror of https://github.com/louislam/uptime-kuma
Added formatting to ping options
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>pull/1892/head
parent
a54e58b4d6
commit
b5f04573f2
|
@ -97,7 +97,7 @@ exports.pingAsync = function (hostname, ipv6 = false, size = 56) {
|
|||
return new Promise((resolve, reject) => {
|
||||
const ping = new Ping(hostname, {
|
||||
ipv6,
|
||||
size
|
||||
size,
|
||||
});
|
||||
|
||||
ping.send(function (err, ms, stdout) {
|
||||
|
|
Loading…
Reference in New Issue