From e33dc815a00ed51c05f38dd2ba75e2e5bf06548d Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 7 Aug 2014 18:29:32 -0400 Subject: [PATCH] Log the error for file launch() failure, in case it's relevant --- chrome/content/zotero/xpcom/zotero.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index 0444a86d68..014ab995de 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) {