jun7572 5 years ago
parent
commit
21fd6c063e
1 changed files with 1 additions and 0 deletions
  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")
           }