mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-29 21:55:46 +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))
|
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user