xzw 3 년 전
부모
커밋
c4e54d0645
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -804,7 +804,7 @@
                   
                   var str = ''
                   args.forEach(a=>{
-                      str += a
+                      str += a + ' '
                   })
                   document.getElementById("consoleLog").innerHTML = str + "\n\n" + t;
                 }