mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
Modify make null exception and throwable message to empty string in Throwable.throwToApp function in HookParam
This commit is contained in:
@@ -170,7 +170,7 @@ class HookParam internal constructor(
|
||||
*/
|
||||
fun Throwable.throwToApp() {
|
||||
param?.throwable = this
|
||||
yLoggerE(msg = message ?: "$this", e = this)
|
||||
yLoggerE(msg = message ?: "", e = this)
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user