We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97dac5 commit 4f751a1Copy full SHA for 4f751a1
1 file changed
main.go
@@ -67,7 +67,8 @@ func main() {
67
r := registry.NewRegedit(net.JoinHostPort(h, "32664"), "", "fumiama", os.Getenv("REILIA_SPS"))
68
err = r.Connect()
69
if err != nil {
70
- panic(err)
+ fmt.Println(err)
71
+ continue
72
}
73
for i, fn := range files {
74
for c := 0; c < 16; c++ {
0 commit comments