Adding ? to statement

This commit is contained in:
Jonathan Carter
2015-10-29 17:50:17 -07:00
parent ef4636a3c2
commit 6f146d08b8

View File

@@ -146,7 +146,7 @@ codePush.checkForUpdate().then((update) => {
if (!update) {
console.log("The app is up to date!");
} else {
console.log("An update is available! Should we download it");
console.log("An update is available! Should we download it?");
}
});