Correct console message in status change example (#609)

This commit is contained in:
Tristan Tran
2016-11-16 15:07:53 -05:00
committed by Richard Hua
parent f805fea5ef
commit e079bb9ece

View File

@@ -843,7 +843,7 @@ This decorator provides support for letting you customize its behaviour to easil
console.log("Installing update.");
break;
case codePush.SyncStatus.UP_TO_DATE:
console.log("Installing update.");
console.log("Up-to-date.");
break;
case codePush.SyncStatus.UPDATE_INSTALLED:
console.log("Update installed.");