diff --git a/console/run.js b/console/run.js
index 277e9ec2ac97b14563dcfd6ae17c15c76e9f7741..45a68a33b406e3ff79c80e6e9ca3782bc21a2021 100644
--- a/console/run.js
+++ b/console/run.js
@@ -32,10 +32,6 @@ var run_cmd = {
     },
 
     invoke: function(inp) {
-        if (inp.length != 2) {
-            return;
-        }
-
         rc = this.run(inp);
         if (rc < 0) {
             print("run: couldn't execute elf");