This commit is contained in:
jiahua.liu 2020-03-06 21:57:05 +08:00
parent 1a24935c81
commit 8ce40ea41e

View File

@ -33,6 +33,12 @@ val contentPath by lazy {
object WrapperMain {
@JvmStatic
fun main(args: Array<String>) {
GlobalScope.launch{
while (true) {
delay(1000*60*5)
System.gc()
}
}
println("You are running Mirai-Console-Wrapper under " + System.getProperty("user.dir"))
var type = WrapperProperties.determineConsoleType(WrapperProperties.content)