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;
                 }