clear command not found bugfix
This commit is contained in:
parent
750f2a8f96
commit
c2cf9906a3
@ -191,7 +191,7 @@ function runCommand(input) {
|
||||
}
|
||||
|
||||
// Standard output:
|
||||
if (output === "")
|
||||
if (output === "" && !lowerIn.startsWith("clear"))
|
||||
output = `${input.split(" ")[0]}: command not found`;
|
||||
|
||||
// Return command output
|
||||
|
Loading…
Reference in New Issue
Block a user