mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-06 17:10:48 +08:00
Fix compilation bug
This commit is contained in:
parent
c58dd8bc06
commit
71de716e92
@ -15,7 +15,7 @@ import java.util.*
|
|||||||
/**
|
/**
|
||||||
* JVM 控制台日志实现
|
* JVM 控制台日志实现
|
||||||
*/
|
*/
|
||||||
actual open class PlatformLogger @JvmOverloads constructor(
|
actual open class PlatformLogger constructor(
|
||||||
override val identity: String? = "Mirai",
|
override val identity: String? = "Mirai",
|
||||||
open val output: (String) -> Unit
|
open val output: (String) -> Unit
|
||||||
) : MiraiLoggerPlatformBase() {
|
) : MiraiLoggerPlatformBase() {
|
||||||
|
Loading…
Reference in New Issue
Block a user