Fixing log message

This commit is contained in:
Jonathan Carter
2016-02-27 15:53:22 -08:00
parent 6725984bb6
commit 6dadf82bb2

View File

@@ -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;
module.exports = CodePush;