Start processUpdatedXML() inline to avoid wait level errors (hopefully)
This commit is contained in:
parent
3af526f112
commit
e778c26467
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue