1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 15:34:12 +01:00

Don't pass the silent arg to dactyl.execute when sourcing files. Fixes related commandline.commandOutput calls.

This commit is contained in:
Kris Maglione
2010-10-05 15:57:45 -04:00
parent 7f574a512f
commit e953ec0801

View File

@@ -386,7 +386,7 @@ lookup:
if (!/^\s*(".*)?$/.test(line))
try {
dactyl.execute(line, { setFrom: file }, true);
dactyl.execute(line, { setFrom: file });
}
catch (e) {
dactyl.echoerr("Error detected while processing " + file.path);