1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 19:52:25 +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
{
let cmd = liberator.eval(args.string);
liberator.execute(cmd);
liberator.execute(cmd, null, true);
}
catch (e)
{