correctly reporting errors for createZipFileAtPath

This commit is contained in:
Antoine Cœur
2017-09-12 21:15:13 +08:00
parent 1c5bf00ec3
commit fa3fe1dfd8
2 changed files with 15 additions and 14 deletions
@@ -50,6 +50,8 @@
if (success) {
_unzipButton.enabled = YES;
_zipButton.enabled = NO;
} else {
NSLog(@"No success");
}
_resetButton.enabled = YES;
}