Преглед на файлове

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");