1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-29 15:15:47 +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)) if (!/^\s*(".*)?$/.test(line))
try { try {
dactyl.execute(line, { setFrom: file }, true); dactyl.execute(line, { setFrom: file });
} }
catch (e) { catch (e) {
dactyl.echoerr("Error detected while processing " + file.path); dactyl.echoerr("Error detected while processing " + file.path);