ie11: restore load-bearing thing

This commit is contained in:
ed 2024-04-11 20:53:15 +00:00
parent 7b94e4edf3
commit 9e5253ef87

View file

@ -148,6 +148,8 @@ try {
hook('error');
}
catch (ex) {
if (console.stdlog)
console.log = console.stdlog;
console.log('console capture failed', ex);
}
var crashed = false, ignexd = {}, evalex_fatal = false;