Start processUpdatedXML() inline to avoid wait level errors (hopefully)

This commit is contained in:
Dan Stillman 2012-05-21 01:43:35 -04:00
parent 3af526f112
commit e778c26467

View File

@ -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) {