Make patches easily spotted as opposed to 'anonymous'

This commit is contained in:
Skamt 2023-07-18 15:34:25 +01:00
parent 54f655c204
commit b0c225cab9
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
}
static makeOverride(patch) {
return function () {
return function BDPatcher() {
let returnValue;
if (!patch.children || !patch.children.length) return patch.originalFunction.apply(this, arguments);
for (const superPatch of patch.children.filter(c => c.type === "before")) {