mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 17:42:27 +01:00
Fix using :command from the command line. Closes issue #67.
This commit is contained in:
@@ -353,7 +353,7 @@ lookup:
|
||||
else if (/\.css$/.test(filename))
|
||||
storage.styles.registerSheet(uri.spec, false, true);
|
||||
else {
|
||||
commands.execute(file.read(), null, silent, null,
|
||||
commands.execute(file.read(), null, silent || "loud", null,
|
||||
{ file: file.path, line: 1 });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user