1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-25 08:46:25 +00:00
This commit is contained in:
Nuckyz 2024-06-16 20:07:48 -03:00
parent afe6d9f7b3
commit f208472841
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -274,7 +274,7 @@ function wrapAndPatchFactory(id: PropertyKey, originalFactory: AnyModuleFactory)
throw err;
}
logger.error("Error in patched module factory", err);
logger.error("Error in patched module factory:\n", err);
return wrappedFactory.$$vencordOriginal?.apply(this, args);
}