Start processUpdatedXML() inline to avoid wait level errors (hopefully)
This commit is contained in:
parent
3af526f112
commit
e778c26467
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user