Commit 71de716e authored by Him188's avatar Him188

Fix compilation bug

parent c58dd8bc
......@@ -15,7 +15,7 @@ import java.util.*
/**
* JVM 控制台日志实现
*/
actual open class PlatformLogger @JvmOverloads constructor(
actual open class PlatformLogger constructor(
override val identity: String? = "Mirai",
open val output: (String) -> Unit
) : MiraiLoggerPlatformBase() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment