This commit is contained in:
2025-08-12 15:52:13 +02:00
parent 0e1450b5db
commit ffff44f347
23 changed files with 437 additions and 388 deletions

View File

@@ -53,7 +53,7 @@ pub fn ping(args PingArgs) !PingResult {
}
else {
// println("${err} ${err.code()}")
error("can't ping on osx (${err.code()})\n${err}")
return error("can't ping on osx (${err.code()})\n${err}")
}
}
} else if platform_ == .ubuntu {