Skip to content

Commit

Permalink
Fix hang for invalid DOI in translation-server /search
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Feb 14, 2018
1 parent a937c99 commit 4fdfdd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chrome/content/zotero/xpcom/utilities_translate.js
Expand Up @@ -202,6 +202,7 @@ Zotero.Utilities.Translate.prototype.processDocuments = async function (urls, pr
Zotero.debug("ZU.processDocuments() now takes only 3 arguments -- update your code");
var onDone = arguments[2];
var onError = arguments[3];
noCompleteOnError = false;
}

var translate = this._translate;
Expand Down

0 comments on commit 4fdfdd3

Please sign in to comment.