mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-03 14:14:26 +02:00
fix: Print patch name instead of class name
This commit is contained in:
parent
e11283744a
commit
4e7811ea07
@ -171,7 +171,7 @@ class Patcher(
|
|||||||
result.exception?.let {
|
result.exception?.let {
|
||||||
return PatchResult(
|
return PatchResult(
|
||||||
patch,
|
patch,
|
||||||
PatchException("'$patchName' depends on '${dependency}' that raised an exception: $it")
|
PatchException("'$patchName' depends on '${dependency.name}' that raised an exception: $it")
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user