Fix test failure due to missing yield
This commit is contained in:
parent
44d4586242
commit
cf9e5f62f1
1 changed files with 1 additions and 1 deletions
|
@ -854,7 +854,7 @@ Zotero.Sync.Data.Engine.prototype._downloadDeletions = Zotero.Promise.coroutine(
|
||||||
// If item is already in trash locally, just delete it
|
// If item is already in trash locally, just delete it
|
||||||
if (obj.deleted) {
|
if (obj.deleted) {
|
||||||
Zotero.debug("Local item is in trash -- applying remote deletion");
|
Zotero.debug("Local item is in trash -- applying remote deletion");
|
||||||
obj.eraseTx({
|
yield obj.eraseTx({
|
||||||
skipDeleteLog: true
|
skipDeleteLog: true
|
||||||
});
|
});
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue