Bläddra i källkod

Also send errors to console.error

Joel Martin 15 år sedan
förälder
incheckning
0166284a64
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      wstest.html

+ 1 - 0
wstest.html

@@ -43,6 +43,7 @@
     <script>
 
         function error(str) {
+            console.error(str);
             cell = $('error');
             cell.innerHTML += errors + ": " + str + "\n";
             cell.scrollTop = cell.scrollHeight;