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;