mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-15 01:23:03 -04:00
add function to the reporter GUI
This commit is contained in:
parent
3798b628dd
commit
eaa3072110
5 changed files with 118 additions and 8 deletions
|
@ -318,6 +318,8 @@ function patchFactories(factories: Record<string, (module: any, exports: any, re
|
|||
if (IS_COMPANION_TEST)
|
||||
reporterData.failedPatches.erroredPatch.push({
|
||||
...patch,
|
||||
oldModule: lastCode,
|
||||
newModule: code,
|
||||
id
|
||||
});
|
||||
if (IS_DEV) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue