mirror of
https://github.com/zotero/zotero.git
synced 2026-09-21 00:22:44 +00:00
pass "false" and not null to nsIProcess.run (not that it seems to make any difference)
This commit is contained in:
parent
f11986ce04
commit
2d92f3776e
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ Zotero.Integration = new function() {
|
|||
var proc = Components.classes["@mozilla.org/process/util;1"].
|
||||
createInstance(Components.interfaces.nsIProcess);
|
||||
proc.init(_osascriptFile);
|
||||
proc.run(block, ['-e', script], 2);
|
||||
proc.run(!!block, ['-e', script], 2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue