From b8f6a35b9744c7b239cec6796986dc5cbdd8fa70 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Wed, 7 Aug 2024 14:28:40 +0300 Subject: [PATCH] correction of regex for sentry --- patches/patches.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/patches.json b/patches/patches.json index 645ca52..96a1243 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -1786,8 +1786,8 @@ "fr": "1.1.70", "to": "" }, - "match": "(864e5<)30", - "replace": "$10" + "match": "(864e5)<30", + "replace": "$1<0" }, "disablelog": { "version": {