mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
on error logging didn't work really well
This commit is contained in:
parent
c99a256acd
commit
a5870b94df
1 changed files with 0 additions and 4 deletions
|
@ -141,10 +141,6 @@ $(function(){
|
||||||
append("FINISHED -", stats.passes, "tests passed,", stats.failures, "tests failed, duration: " + minutes + ":" + seconds);
|
append("FINISHED -", stats.passes, "tests passed,", stats.failures, "tests failed, duration: " + minutes + ":" + seconds);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
$(window).on('error', function(e){
|
|
||||||
append("[red]Uncaught Javascript Error:[clear]", stringifyException(e));
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue