Skip to content

Commit 4f751a1

Browse files
committed
feat: support multi-addrs
1 parent f97dac5 commit 4f751a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ func main() {
6767
r := registry.NewRegedit(net.JoinHostPort(h, "32664"), "", "fumiama", os.Getenv("REILIA_SPS"))
6868
err = r.Connect()
6969
if err != nil {
70-
panic(err)
70+
fmt.Println(err)
71+
continue
7172
}
7273
for i, fn := range files {
7374
for c := 0; c < 16; c++ {

0 commit comments

Comments
 (0)