1
0
forked from x/icebergs
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-08-11 18:24:02 +08:00
parent 03c5e3108a
commit 9f7a0fe1e6

View File

@ -63,6 +63,8 @@ func _split_list(m *ice.Message, file string, arg ...string) ice.Map {
ls = cb(ls)
case func([]string):
cb(ls)
case func(string, []string):
cb(text, ls)
case nil:
default:
m.ErrorNotImplement(cb)