浏览代码

Add NOP in Execute

ApisNecros 1 年之前
父节点
当前提交
d44056f0b3
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      starfish.js

+ 2 - 0
starfish.js

@@ -152,6 +152,8 @@ class CodeBox {
     Execute(instruction) {
         let output = null;
         switch(instruction) {
+            case " ":
+                break;
             case "1":
             case "2":
             case "3":