1
0
forked from x/icebergs

fix route

This commit is contained in:
shylinux 2020-05-27 10:51:02 +08:00
parent d1cd4c5646
commit 7b71098b83

View File

@ -34,7 +34,7 @@ func init() {
} }
return return
} }
if arg[0] == "" { if len(arg) > 0 && arg[0] == "" {
m.Cmdy(arg[1:]) m.Cmdy(arg[1:])
return return
} }