this repo has no description

core/patch: Log patch ID on failed replacement

+1 -1
+1 -1
packages/core/src/patch.ts
··· 162 } 163 164 if (replaced === moduleString) { 165 - logger.warn("Patch replacement failed", id, patch); 166 isPatched = false; 167 if (patch.hardFail) { 168 hardFailed = true;
··· 162 } 163 164 if (replaced === moduleString) { 165 + logger.warn("Patch replacement failed", id, patchId, patch); 166 isPatched = false; 167 if (patch.hardFail) { 168 hardFailed = true;