commit 4464e8ed9ed026813aa8048ee28818589b4a0ef8 parent f33d249e9cd2b4e822533e35d6ffacb120a4e736 Author: Dan Stillman <dstillman@zotero.org> Date: Tue, 16 Sep 2014 15:46:13 -0400 Additional debugging for formatStringFromName error Diffstat:
| M | chrome/content/zotero/xpcom/zotero.js | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -1444,6 +1444,9 @@ Components.utils.import("resource://gre/modules/Services.jsm"); } } catch (e){ + if (e.name == 'NS_ERROR_ILLEGAL_VALUE') { + Zotero.debug(params, 1); + } Components.utils.reportError(e); Zotero.debug(e, 1); throw ('Localized string not available for ' + name);