mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-07 13:48:27 +02:00
Fix built scripts
This commit is contained in:
2
dist/better-xcloud.pretty.user.js
vendored
2
dist/better-xcloud.pretty.user.js
vendored
@@ -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){";
|
||||
|
Reference in New Issue
Block a user