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