Additional debugging for formatStringFromName error
This commit is contained in:
parent
f33d249e9c
commit
4464e8ed9e
|
@ -1444,6 +1444,9 @@ Components.utils.import("resource://gre/modules/Services.jsm");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (e){
|
catch (e){
|
||||||
|
if (e.name == 'NS_ERROR_ILLEGAL_VALUE') {
|
||||||
|
Zotero.debug(params, 1);
|
||||||
|
}
|
||||||
Components.utils.reportError(e);
|
Components.utils.reportError(e);
|
||||||
Zotero.debug(e, 1);
|
Zotero.debug(e, 1);
|
||||||
throw ('Localized string not available for ' + name);
|
throw ('Localized string not available for ' + name);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user