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();
|
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) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user