Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 1907e01

Browse files
committed
add comment
1 parent 7811064 commit 1907e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/CodePush/CodePush.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ @implementation CodePush {
5252
static BOOL needToReportRollback = NO;
5353
static BOOL testConfigurationFlag = NO;
5454

55-
// These values are used to save the bundleURL and extension for the JS bundle
56-
// in the binary.
55+
// These values are used to save the bundleURL, extension and subdirectory
56+
// for the JS bundle in the binary.
5757
static NSString *bundleResourceExtension = @"jsbundle";
5858
static NSString *bundleResourceName = @"main";
5959
static NSString *bundleResourceSubdirectory = nil;

0 commit comments

Comments
 (0)