mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-20 09:53:58 +00:00
fix: invalid code flow when adding patches
This commit is contained in:
@@ -58,9 +58,9 @@ internal object MainCommand : Runnable {
|
||||
for (it in JarPatchBundle(patchBundlePath).loadPatches())
|
||||
println(
|
||||
"[available] ${
|
||||
it.javaClass.findAnnotationRecursively(
|
||||
it.findAnnotationRecursively(
|
||||
Name::class.java
|
||||
)?.name ?: Name::class.java.name
|
||||
)?.name ?: it::class.java.name
|
||||
}"
|
||||
)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user