Additional debugging for formatStringFromName error
This commit is contained in:
parent
f33d249e9c
commit
4464e8ed9e
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue