This commit is contained in:
cdle
2021-10-11 17:01:03 +08:00
parent ecec622323
commit 6b2419d2e4
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ func initSys() {
Admin: true,
Rules: []string{"set ? ? ?"},
Handle: func(s Sender) interface{} {
s.Disappear()
// s.Disappear()
b := Bucket(s.Get(0))
if !IsBucket(b) {
return errors.New("不存在的存储桶")