Also send errors to console.error

This commit is contained in:
Joel Martin 2010-04-19 10:43:21 -05:00
parent 1e633bc8ee
commit 0166284a64
1 changed files with 1 additions and 0 deletions

View File

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