1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

All: Improved logging during sync to allow finding bugs more easily

This commit is contained in:
Laurent Cozic
2019-11-13 18:54:54 +00:00
parent 2d5d8ceb1d
commit 5b65fae49d
2 changed files with 27 additions and 2 deletions

View File

@ -598,6 +598,8 @@ class Synchronizer {
},
wipeOutFailSafe: Setting.value('sync.wipeOutFailSafe'),
logger: this.logger(),
});
let remotes = listResult.items;