1
0
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:
Kris Maglione
2010-10-12 13:41:01 -04:00
parent 6907ae130e
commit 2e3f47b19e
4 changed files with 10 additions and 8 deletions

View File

@@ -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 });
}