log err
cicd / ci (push) Successful in 3m25s

This commit is contained in:
bel
2026-07-07 17:16:08 -06:00
parent 0a58f85ca3
commit 439c481c60
+2
View File
@@ -251,6 +251,8 @@ func (s S) pingAndRecord(ctx context.Context) error {
}
if err == nil {
conn.Close()
} else {
log.Println("!", err)
}
}()
}