mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-10 15:49:36 +08:00
align at :
This commit is contained in:
@@ -491,8 +491,8 @@ NSString * const UnzippedFolderName = @"unzipped";
|
||||
NSURL *urlRequest = [NSURL URLWithString:remoteBundleUrl];
|
||||
NSError *error = nil;
|
||||
NSString *downloadedBundle = [NSString stringWithContentsOfURL:urlRequest
|
||||
encoding:NSUTF8StringEncoding
|
||||
error:&error];
|
||||
encoding:NSUTF8StringEncoding
|
||||
error:&error];
|
||||
|
||||
if (error) {
|
||||
NSLog(@"Error downloading from URL %@", remoteBundleUrl);
|
||||
|
||||
Reference in New Issue
Block a user