mirror of
https://shylinux.com/x/icebergs
synced 2025-04-28 18:22:02 +08:00
opt some
This commit is contained in:
parent
0ead20ce3b
commit
83136bc19f
@ -41,7 +41,7 @@ func _cat_list(m *ice.Message, name string) {
|
|||||||
return // 没有权限
|
return // 没有权限
|
||||||
}
|
}
|
||||||
f, e := _cat_find(m, name)
|
f, e := _cat_find(m, name)
|
||||||
if m.Warn(e) {
|
if m.Warn(e, ice.ErrNotFound) {
|
||||||
return // 没有文件
|
return // 没有文件
|
||||||
}
|
}
|
||||||
defer f.Close()
|
defer f.Close()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user