mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-18 17:03:56 +00:00
fix: Print patch name instead of class name
This commit is contained in:
@@ -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")
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user