www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 61d7bd852b462767893a1e53888c9579933af755
parent 55f86f4295eb1784afc5ed47c6f5961979709087
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu, 11 Sep 2014 21:07:19 -0400

Debugging for strange Zotero.getString() error

Diffstat:
Mchrome/content/zotero/xpcom/zotero.js | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -1444,6 +1444,8 @@ Components.utils.import("resource://gre/modules/Services.jsm"); } } catch (e){ + Components.utils.reportError(e); + Zotero.debug(e, 1); throw ('Localized string not available for ' + name); } return l10n;