diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js index 2a1c4b259..c1ded5e91 100644 --- a/chrome/content/zotero/xpcom/sync.js +++ b/chrome/content/zotero/xpcom/sync.js @@ -1678,6 +1678,10 @@ Zotero.Sync.Server = new function () { } ); + try { + gen.next(); + } + catch (e if e.toString() === "[object StopIteration]") {} Zotero.pumpGenerator(gen, false, errorHandler); } catch (e) {