Skip to content

Commit

Permalink
ie11: restore load-bearing thing
Browse files Browse the repository at this point in the history
  • Loading branch information
9001 committed Apr 11, 2024
1 parent 7b94e4e commit 9e5253e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions copyparty/web/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9e5253e

Please sign in to comment.