mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
fix: Print patch name instead of class name
This commit is contained in:
parent
e11283744a
commit
4e7811ea07
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue