mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 18:14:13 +01:00
Fix :echo undefined
This commit is contained in:
@@ -631,6 +631,8 @@ function CommandLine() //{{{
|
||||
arg = util.objectToString(arg, useColor);
|
||||
else if (typeof arg == "string" && /\n/.test(arg))
|
||||
arg = <span highlight="CmdOutput">{arg}</span>;
|
||||
else
|
||||
arg = String(arg);
|
||||
|
||||
return arg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user