Log the error for file launch() failure, in case it's relevant
This commit is contained in:
parent
cb6fae694c
commit
e33dc815a0
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue