mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-10-29 23:31:03 +01:00
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);
|
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