mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-14 01:54:45 +08:00
Correct console message in status change example (#609)
This commit is contained in:
committed by
Richard Hua
parent
f805fea5ef
commit
e079bb9ece
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user