From 6dadf82bb29c6028daeb87a2ceee02ca244192ae Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Sat, 27 Feb 2016 15:53:22 -0800 Subject: [PATCH] Fixing log message --- CodePush.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CodePush.js b/CodePush.js index 27aa179..7834f08 100644 --- a/CodePush.js +++ b/CodePush.js @@ -413,7 +413,7 @@ if (NativeCodePush) { } } } else { - log("The CodePush module doesn't appear to be properly installed Please double-check that everything is setup correctly."); + log("The CodePush module doesn't appear to be properly installed. Please double-check that everything is setup correctly."); } -module.exports = CodePush; \ No newline at end of file +module.exports = CodePush;