mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 00:52:16 -06:00
ie11: restore load-bearing thing
This commit is contained in:
parent
7b94e4edf3
commit
9e5253ef87
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue