mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-23 08:39:24 -05:00
Fix String
This commit is contained in:
parent
bbdb4bb5bb
commit
672b771e1b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ function replaceHelper(
|
|||
const beforeReplace = result;
|
||||
result = result.replace(
|
||||
canonicalizeMatch(searchRegExp),
|
||||
canonicalizeReplace(replaceString, "Vencord.Plugins.plugins[\"FakeProfileThemesAndEffects\"]")
|
||||
canonicalizeReplace(replaceString, 'Vencord.Plugins.plugins["FakeProfileThemesAndEffects"]')
|
||||
);
|
||||
if (beforeReplace === result)
|
||||
throw new Error("Replace had no effect: " + searchRegExp);
|
||||
|
|
Loading…
Add table
Reference in a new issue