Explorar o código

add newlines, otherwise everything was logged into a single line

//cc @goto-bus-stop
Artur Paikin %!s(int64=6) %!d(string=hai) anos
pai
achega
fd53b19454
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      website/themes/uppy/layout/example.ejs

+ 1 - 1
website/themes/uppy/layout/example.ejs

@@ -35,7 +35,7 @@
           text = JSON.stringify(text);
         }
 
-        container.value += text;
+        container.value += text + '\n';
         container.scrollTop = container.scrollHeight + '\n';
       };
     }(console.log.bind(console), document.getElementById("console-log")));