empty echo bugfix
This commit is contained in:
parent
1f980e09b7
commit
750f2a8f96
@ -58,5 +58,7 @@ function cmd_exec(input) {
|
||||
}
|
||||
|
||||
function cmd_echo(input) {
|
||||
if (input === undefined)
|
||||
return " ";
|
||||
return input.join(' ');
|
||||
}
|
Loading…
Reference in New Issue
Block a user