add function to the reporter GUI

This commit is contained in:
sadan 2024-08-28 01:35:47 -04:00
parent 3798b628dd
commit eaa3072110
No known key found for this signature in database
5 changed files with 118 additions and 8 deletions

View file

@ -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) {