1
0
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:
Kris Maglione
2011-02-07 14:24:04 -05:00
2 changed files with 23 additions and 14 deletions

View File

@@ -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;
}