Merge pull request #322 from L-Jovi/patch-1

fix progress object param
This commit is contained in:
Jonathan Carter
2016-04-29 15:22:39 -07:00

View File

@@ -640,7 +640,7 @@ codePush.sync({ updateDialog: true },
break;
}
},
(totalBytes, receivedBytes) => {
({ receivedBytes, totalBytes, }) => {
/* Update download modal progress */
}
);