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

Commit 6dadf82

Browse files
committed
Fixing log message
1 parent 6725984 commit 6dadf82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodePush.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ if (NativeCodePush) {
413413
}
414414
}
415415
} else {
416-
log("The CodePush module doesn't appear to be properly installed Please double-check that everything is setup correctly.");
416+
log("The CodePush module doesn't appear to be properly installed. Please double-check that everything is setup correctly.");
417417
}
418418

419-
module.exports = CodePush;
419+
module.exports = CodePush;

0 commit comments

Comments
 (0)