Fix built scripts

This commit is contained in:
redphx
2025-05-29 20:54:17 +07:00
parent e276d9a2b9
commit be51199279
2 changed files with 2 additions and 2 deletions

View File

@@ -5258,7 +5258,7 @@ logFunc(logTag, '//', logMessage);
if (index < 0) return !1;
let constIndex = PatcherUtils.lastIndexOf(str, "const[", index, 100);
if (constIndex < 0) return !1;
return str = PatcherUtils.insertAt(str, constIndex, "debugger;e();return null;"), console.log(str), str;
return str = PatcherUtils.insertAt(str, constIndex, "e();return null;"), str;
},
patchUpdateInputConfigurationAsync(str) {
let text = "async updateInputConfigurationAsync(e){";