mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-25 15:40:28 +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 {
|
||||
it.printStackTrace()
|
||||
}
|
||||
Thread.sleep(3000L) // 保证信息打印完成
|
||||
exitProcess(1)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user