1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-24 19:05:46 +01:00

Don't change the command line when running :execute.

This commit is contained in:
Doug Kearns
2009-08-09 02:28:03 +10:00
parent 06b8bb31c9
commit 6a903a9614

View File

@@ -411,7 +411,7 @@ const liberator = (function () //{{{
try try
{ {
let cmd = liberator.eval(args.string); let cmd = liberator.eval(args.string);
liberator.execute(cmd); liberator.execute(cmd, null, true);
} }
catch (e) catch (e)
{ {