diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index 6b07b145f7..9083f2b632 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -1586,6 +1586,10 @@ var ZoteroPane = new function() return true; }.bind(this))() + .catch(function (e) { + this.displayErrorMessage(); + throw e; + }.bind(this)) .finally(function () { return this.itemsView.runListeners('select'); }.bind(this));