1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 01:24:05 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2022-08-30 07:22:00 +08:00
parent 0ead20ce3b
commit 83136bc19f

View File

@ -41,7 +41,7 @@ func _cat_list(m *ice.Message, name string) {
return // 没有权限
}
f, e := _cat_find(m, name)
if m.Warn(e) {
if m.Warn(e, ice.ErrNotFound) {
return // 没有文件
}
defer f.Close()