mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
Fix logger params overflow bug in ReflectionTool
This commit is contained in:
@@ -375,7 +375,6 @@ internal object ReflectionTool {
|
||||
nameConditions?.let { "nameConditions:$it" } ?: "",
|
||||
"type:[${type ?: "unspecified"}] ",
|
||||
"modifiers:${modifiers ?: "[]"} ",
|
||||
"name:[${name.takeIf { it.isNotBlank() } ?: "unspecified"}]",
|
||||
orderIndex?.let { it.takeIf { it.second }?.let { e -> "orderIndex:[${e.first}]" } ?: "orderIndex:[last]" } ?: "",
|
||||
matchIndex?.let { it.takeIf { it.second }?.let { e -> "matchIndex:[${e.first}]" } ?: "matchIndex:[last]" } ?: ""
|
||||
)
|
||||
|
Reference in New Issue
Block a user