this repo has no description

core/patch: Log patch ID on failed replacement

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