Fix mistake in last commit
This commit is contained in:
parent
ca2e1f4de6
commit
1d2052cb1a
1 changed files with 1 additions and 1 deletions
|
@ -691,7 +691,7 @@ Zotero.Translate.Base.prototype = {
|
|||
if(this._runningAsyncProcesses === 0) {
|
||||
this.complete();
|
||||
}
|
||||
if(this._parentTranslator) this._parentTranslator.decrementAsyncProcesses();
|
||||
if(this._parentTranslator) this._parentTranslator.decrementAsyncProcesses(by);
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue