diff --git a/chrome/content/zotero/xpcom/translation/translate.js b/chrome/content/zotero/xpcom/translation/translate.js index 594bb001e1..de019cb1f7 100644 --- a/chrome/content/zotero/xpcom/translation/translate.js +++ b/chrome/content/zotero/xpcom/translation/translate.js @@ -1363,6 +1363,7 @@ Zotero.Translate.Base.prototype = { if (maybePromise) { maybePromise .then(() => this.decrementAsyncProcesses("Zotero.Translate#translate()")) + .catch(e => this.complete(false, e)); return; } } catch (e) {