mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-05 07:29:16 +08:00
Don't close console to fast
This commit is contained in:
parent
8529704378
commit
9a7a4e40bb
@ -219,6 +219,7 @@ public interface MiraiConsoleImplementation : CoroutineScope {
|
|||||||
}.onFailure {
|
}.onFailure {
|
||||||
it.printStackTrace()
|
it.printStackTrace()
|
||||||
}
|
}
|
||||||
|
Thread.sleep(3000L) // 保证信息打印完成
|
||||||
exitProcess(1)
|
exitProcess(1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user