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