fix: Print patch name instead of class name

This commit is contained in:
oSumAtrIX 2023-09-13 03:05:37 +02:00
parent e11283744a
commit 4e7811ea07
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -171,7 +171,7 @@ class Patcher(
result.exception?.let {
return PatchResult(
patch,
PatchException("'$patchName' depends on '${dependency}' that raised an exception: $it")
PatchException("'$patchName' depends on '${dependency.name}' that raised an exception: $it")
)
}
}