1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 01:24:05 +08:00

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
}
if arg[0] == "" {
if len(arg) > 0 && arg[0] == "" {
m.Cmdy(arg[1:])
return
}