mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-01 03:49:24 +08:00 
			
		
		
		
	Added formatting to ping options
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
		| @@ -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) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user