mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-06-13 05:37:38 +02:00
fix: Print patch name instead of class name
This commit is contained in:
@ -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")
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user