tangled
alpha
login
or
join now
notnite.com
/
moonlight
3
fork
atom
this repo has no description
3
fork
atom
overview
issues
pulls
pipelines
core/patch: Log patch ID on failed replacement
notnite.com
11 months ago
f14e1789
7e01dbab
+1
-1
1 changed file
expand all
collapse all
unified
split
packages
core
src
patch.ts
+1
-1
packages/core/src/patch.ts
···
162
162
}
163
163
164
164
if (replaced === moduleString) {
165
165
-
logger.warn("Patch replacement failed", id, patch);
165
165
+
logger.warn("Patch replacement failed", id, patchId, patch);
166
166
isPatched = false;
167
167
if (patch.hardFail) {
168
168
hardFailed = true;