mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
ignore bugs in chrome v102
This commit is contained in:
parent
5f73074c7e
commit
5dd43dbc45
|
@ -89,6 +89,9 @@ function vis_exh(msg, url, lineNo, columnNo, error) {
|
|||
if ((msg + '').indexOf('l2d.js') !== -1)
|
||||
return; // `t` undefined in tapEvent -> hitTestSimpleCustom
|
||||
|
||||
if (!/\.js($|\?)/.exec('' + url))
|
||||
return; // chrome debugger
|
||||
|
||||
var ekey = url + '\n' + lineNo + '\n' + msg;
|
||||
if (ignexd[ekey] || crashed)
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue