Log errors

This commit is contained in:
Dan Stillman 2024-08-10 01:25:29 -04:00
parent 818e186bec
commit cc04e47166

View file

@ -471,6 +471,7 @@ Zotero.ItemFields = new function() {
} }
} }
catch (e) { catch (e) {
Zotero.logError(e);
} }
return 'ltr'; return 'ltr';
} }