mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 00:52:16 -06:00
ignore browser-extension errors; closes #435
This commit is contained in:
parent
16bbcce51b
commit
39e5582496
|
@ -180,6 +180,9 @@ function vis_exh(msg, url, lineNo, columnNo, error) {
|
||||||
if (!/\.js($|\?)/.exec(url))
|
if (!/\.js($|\?)/.exec(url))
|
||||||
return; // chrome debugger
|
return; // chrome debugger
|
||||||
|
|
||||||
|
if (url.indexOf('extension://') + 1)
|
||||||
|
return;
|
||||||
|
|
||||||
if (url.indexOf(' > eval') + 1 && !evalex_fatal)
|
if (url.indexOf(' > eval') + 1 && !evalex_fatal)
|
||||||
return; // md timer
|
return; // md timer
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue