diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index 0444a86d6..014ab995d 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -1237,7 +1237,8 @@ Components.utils.import("resource://gre/modules/osfile.jsm"); file.launch(); } catch (e) { - Zotero.debug("launch() not supported -- trying fallback executable"); + Zotero.debug(e, 2); + Zotero.debug("launch() not supported -- trying fallback executable", 2); try { if (Zotero.isWin) {