mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-22 07:29:39 +02:00
fix: misc
This commit is contained in:
@@ -34,7 +34,7 @@ function replaceTextWithRegexp(
|
||||
return text.replace(new RegExp(searchRegexp, 'g'), replaceValue);
|
||||
}
|
||||
} catch (err) {
|
||||
console.error('Invalid regular expression:', err);
|
||||
// console.error('Invalid regular expression:', err);
|
||||
return text;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user