From 9e5253ef8720f595b71a4d16c19cd02dbac55aba Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 11 Apr 2024 20:53:15 +0000 Subject: [PATCH] ie11: restore load-bearing thing --- copyparty/web/util.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/copyparty/web/util.js b/copyparty/web/util.js index 5e82c52f..da888385 100644 --- a/copyparty/web/util.js +++ b/copyparty/web/util.js @@ -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;