mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-26 08:00:11 +08:00
Fix unused param
This commit is contained in:
parent
c32e8f9371
commit
d71bac77f9
@ -74,6 +74,7 @@ internal fun BytePacketBuilder.debugColorizedPrintThis(name: String = "", compar
|
|||||||
@Deprecated("Low efficiency, only for debug purpose", ReplaceWith(" "))
|
@Deprecated("Low efficiency, only for debug purpose", ReplaceWith(" "))
|
||||||
internal fun BytePacketBuilder.debugPrintThis(name: String = "") {
|
internal fun BytePacketBuilder.debugPrintThis(name: String = "") {
|
||||||
val data = this.build().readBytes()
|
val data = this.build().readBytes()
|
||||||
|
data.printColorizedHex(name)
|
||||||
this.writeFully(data)
|
this.writeFully(data)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user