From 4464e8ed9ed026813aa8048ee28818589b4a0ef8 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 16 Sep 2014 15:46:13 -0400 Subject: [PATCH] Additional debugging for formatStringFromName error --- chrome/content/zotero/xpcom/zotero.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index 591f524e59..da8c65f7d7 100644 --- 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);