Log the error for file launch() failure, in case it's relevant

This commit is contained in:
Dan Stillman 2014-08-07 18:29:32 -04:00
parent cb6fae694c
commit e33dc815a0

View File

@ -1237,7 +1237,8 @@ Components.utils.import("resource://gre/modules/osfile.jsm");
file.launch(); file.launch();
} }
catch (e) { catch (e) {
Zotero.debug("launch() not supported -- trying fallback executable"); Zotero.debug(e, 2);
Zotero.debug("launch() not supported -- trying fallback executable", 2);
try { try {
if (Zotero.isWin) { if (Zotero.isWin) {