www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit e33dc815a00ed51c05f38dd2ba75e2e5bf06548d
parent cb6fae694ccbf912f07b6a65a018734a78d3423b
Author: Dan Stillman <dstillman@zotero.org>
Date:   Thu,  7 Aug 2014 18:29:32 -0400

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

Diffstat:
Mchrome/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 @@ -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) {