Additional debugging for file sync error

"attachmentSyncedModificationTime must be a number"
This commit is contained in:
Dan Stillman 2019-09-17 17:54:13 -04:00
parent d394db61e5
commit 72234e0cb2

View file

@ -1058,6 +1058,8 @@ Zotero.Sync.Storage.Local = {
yield Zotero.DB.executeTransaction(function* () {
for (let i = 0; i < conflicts.length; i++) {
let conflict = conflicts[i];
// TEMP
Zotero.debug(conflict);
let item = Zotero.Items.getByLibraryAndKey(libraryID, conflict.left.key);
let mtime = io.dataOut[i].data.dateModified;
// Local