diff --git a/js/main.js b/js/main.js index ac1356c..f9196ac 100644 --- a/js/main.js +++ b/js/main.js @@ -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