this repo has no description

core/patch: Log patch ID on failed replacement

Changed files
+1 -1
packages
core
src
+1 -1
packages/core/src/patch.ts
···
}
if (replaced === moduleString) {
-
logger.warn("Patch replacement failed", id, patch);
+
logger.warn("Patch replacement failed", id, patchId, patch);
isPatched = false;
if (patch.hardFail) {
hardFailed = true;