mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 15:28:00 +01:00
Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator
This commit is contained in:
@@ -809,7 +809,7 @@ function CommandLine() //{{{
|
||||
command.description,
|
||||
function (args)
|
||||
{
|
||||
var str = echoArgumentToString(args.string, true);
|
||||
let str = echoArgumentToString(args.string, true);
|
||||
if (str != null)
|
||||
command.action(str);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user