mirror of
https://github.com/revanced/revanced-manager-compose-old.git
synced 2025-04-30 06:24:28 +02:00
fix: failing bild
This commit is contained in:
parent
2959821a96
commit
05ddbd90da
@ -152,7 +152,7 @@ class PatcherWorker(context: Context, parameters: WorkerParameters, private val
|
||||
Logging.log += "Applying ${patches.size} patch(es)"
|
||||
patcher.executePatches().forEach { (patch, result) ->
|
||||
|
||||
if (result.isFaliure) {
|
||||
if (result.isFailure) {
|
||||
Logging.log += "Failed to apply $patch \n" + result.exceptionOrNull()!!.message
|
||||
return@forEach
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user