number of sync changes to push next to "sync now" button

This commit is contained in:
azivner
2017-11-01 20:31:44 -04:00
parent 72905a9854
commit 962c078bbc
8 changed files with 58 additions and 38 deletions

View File

@@ -178,9 +178,9 @@ async function sync() {
const cookieJar = await login(syncLog);
await pushSync(cookieJar, syncLog);
await pullSync(cookieJar, syncLog);
await pushSync(cookieJar, syncLog);
}
catch (e) {
logSync("sync failed: " + e.stack, syncLog);