forked from x/icebergs
fix route
This commit is contained in:
parent
d1cd4c5646
commit
7b71098b83
@ -34,7 +34,7 @@ func init() {
|
||||
}
|
||||
return
|
||||
}
|
||||
if arg[0] == "" {
|
||||
if len(arg) > 0 && arg[0] == "" {
|
||||
m.Cmdy(arg[1:])
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user