Commit 0166284a authored by Joel Martin's avatar Joel Martin

Also send errors to console.error

parent 1e633bc8
......@@ -43,6 +43,7 @@
<script>
function error(str) {
console.error(str);
cell = $('error');
cell.innerHTML += errors + ": " + str + "\n";
cell.scrollTop = cell.scrollHeight;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment