mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-14 09:59:12 +08:00
feedback
This commit is contained in:
@@ -459,7 +459,7 @@ NSString * const UnzippedFolderName = @"unzipped";
|
||||
return;
|
||||
}
|
||||
|
||||
if (!removePendingUpdate) {
|
||||
if (removePendingUpdate) {
|
||||
NSString *currentPackageFolderPath = [self getCurrentPackageFolderPath:error];
|
||||
if (!*error && currentPackageFolderPath) {
|
||||
// Error in deleting pending package will not cause the entire operation to fail.
|
||||
|
||||
Reference in New Issue
Block a user