From 909c7bee3ea5c6172b8d35e667d5508b301d1433 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 19 Jun 2022 20:28:45 +0200 Subject: [PATCH] ignore md plugin errors --- copyparty/web/util.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/copyparty/web/util.js b/copyparty/web/util.js index 0f2c3ca8..388206a1 100644 --- a/copyparty/web/util.js +++ b/copyparty/web/util.js @@ -85,15 +85,18 @@ catch (ex) { } var crashed = false, ignexd = {}; function vis_exh(msg, url, lineNo, columnNo, error) { - if ((msg + '').indexOf('ResizeObserver') !== -1) + if ((msg + '').indexOf('ResizeObserver') + 1) return; // chrome issue 809574 (benign, from