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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user