forked from x/icebergs
add some
This commit is contained in:
parent
f45d784af7
commit
768bca93b1
@ -456,6 +456,10 @@ func init() {
|
|||||||
m.Cmdy(arg[1:])
|
m.Cmdy(arg[1:])
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
if ice.Info.NodeType == WORKER && !strings.HasPrefix(arg[0], ice.OPS) {
|
||||||
|
arg[0] = kit.Keys(ice.OPS, arg[0])
|
||||||
|
|
||||||
|
}
|
||||||
for i := 0; i < 5; i++ {
|
for i := 0; i < 5; i++ {
|
||||||
if _space_send(m, arg[0], kit.Simple(kit.Split(arg[1]), arg[2:])...); !m.IsErrNotFoundSpace() {
|
if _space_send(m, arg[0], kit.Simple(kit.Split(arg[1]), arg[2:])...); !m.IsErrNotFoundSpace() {
|
||||||
break
|
break
|
||||||
|
Loading…
x
Reference in New Issue
Block a user