mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
Merge code
This commit is contained in:
@@ -219,12 +219,12 @@ class ConstructorFinder(
|
||||
return@run
|
||||
}.onFailure {
|
||||
lastError = it
|
||||
onFailureMsg(msg = "trying ${p + 1} times by RemedyPlan --> $it", isAlwaysPrint = true)
|
||||
onFailureMsg(msg = "Trying ${p + 1} times by RemedyPlan --> $it", isAlwaysPrint = true)
|
||||
}
|
||||
}
|
||||
if (isFindSuccess.not()) {
|
||||
onFailureMsg(
|
||||
msg = "trying ${remedyPlans.size} times and all failure by RemedyPlan",
|
||||
msg = "Trying ${remedyPlans.size} times and all failure by RemedyPlan",
|
||||
throwable = lastError,
|
||||
isAlwaysPrint = true
|
||||
)
|
||||
|
@@ -268,12 +268,12 @@ class MethodFinder(
|
||||
return@run
|
||||
}.onFailure {
|
||||
lastError = it
|
||||
onFailureMsg(msg = "trying ${p + 1} times by RemedyPlan --> $it", isAlwaysPrint = true)
|
||||
onFailureMsg(msg = "Trying ${p + 1} times by RemedyPlan --> $it", isAlwaysPrint = true)
|
||||
}
|
||||
}
|
||||
if (isFindSuccess.not()) {
|
||||
onFailureMsg(
|
||||
msg = "trying ${remedyPlans.size} times and all failure by RemedyPlan",
|
||||
msg = "Trying ${remedyPlans.size} times and all failure by RemedyPlan",
|
||||
throwable = lastError,
|
||||
isAlwaysPrint = true
|
||||
)
|
||||
|
Reference in New Issue
Block a user