jun7572 5 年之前
父节点
当前提交
21fd6c063e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ios/Classes/FlutterzipPlugin.m

+ 1 - 0
ios/Classes/FlutterzipPlugin.m

@@ -27,6 +27,7 @@
                if(success){
                     result(@"ok");
                }
+      }
           @catch(NSException *exception) {
               printf(@"SSZipArchive==NSException")
           }