Additional logging for "Invalid sync state undefined"
https://forums.zotero.org/discussion/102186/invalid-sync-state-undefined
This commit is contained in:
parent
ffc8088ccd
commit
437b457134
1 changed files with 2 additions and 1 deletions
|
@ -327,7 +327,8 @@ Zotero.Sync.Storage.Engine.prototype.queueItem = Zotero.Promise.coroutine(functi
|
||||||
return;
|
return;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
throw new Error("Invalid sync state " + item.attachmentSyncState);
|
throw new Error("Invalid sync state " + item.attachmentSyncState + " for item "
|
||||||
|
+ item.libraryKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (type == 'upload') {
|
if (type == 'upload') {
|
||||||
|
|
Loading…
Reference in a new issue