瀏覽代碼

Set console to clear on each run

ApisNecros 1 年之前
父節點
當前提交
0a4003d853
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      starfish.js

+ 1 - 0
starfish.js

@@ -125,6 +125,7 @@ class CodeBox {
         this.pointer = {X: 0, Y: 0};
         this.curr_direction = this.directions.EAST;
         this.outputDOM.value = "";
+        console.clear();
 
         const cbRaw = this.codeBoxDOM.value;
         const rows = cbRaw.split("\n");