Browse Source

解决崩溃问题

feature_gxh
Sydonian 6 months ago
parent
commit
34e20bc22f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      client/internal/ticktock/change_redundancy.go

+ 4
- 0
client/internal/ticktock/change_redundancy.go View File

@@ -56,6 +56,10 @@ func (j *ChangeRedundancy) Execute(t *TickTock) {
UserSpace: space, UserSpace: space,
} }
} }
if len(ctx.allUserSpaces) == 0 {
log.Warnf("no user space found")
return
}


lastPkgID := clitypes.PackageID(0) lastPkgID := clitypes.PackageID(0)
for { for {


Loading…
Cancel
Save