on error logging didn't work really well
This commit is contained in:
parent
c99a256acd
commit
a5870b94df
@ -141,10 +141,6 @@ $(function(){
|
||||
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…
x
Reference in New Issue
Block a user