Also send errors to console.error
This commit is contained in:
parent
1e633bc8ee
commit
0166284a64
@ -43,6 +43,7 @@
|
||||
<script>
|
||||
|
||||
function error(str) {
|
||||
console.error(str);
|
||||
cell = $('error');
|
||||
cell.innerHTML += errors + ": " + str + "\n";
|
||||
cell.scrollTop = cell.scrollHeight;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user