diff --git a/revanced-patcher/src/main/kotlin/app/revanced/patcher/Patcher.kt b/revanced-patcher/src/main/kotlin/app/revanced/patcher/Patcher.kt index 340d084..bdc398f 100644 --- a/revanced-patcher/src/main/kotlin/app/revanced/patcher/Patcher.kt +++ b/revanced-patcher/src/main/kotlin/app/revanced/patcher/Patcher.kt @@ -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") ) } }