Log the error for file launch() failure, in case it's relevant
This commit is contained in:
parent
cb6fae694c
commit
e33dc815a0
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user