mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 16:04:12 +01:00
Merge default.
--HG-- branch : groups
This commit is contained in:
@@ -431,6 +431,8 @@ var IO = Module("io", {
|
||||
|
||||
if (!file || !file.exists()) {
|
||||
util.dactyl.echoerr("Command not found: " + program);
|
||||
if (callable(blocking))
|
||||
util.trapErrors(blocking);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user