mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Fix Path migration
This commit is contained in:
@@ -57,7 +57,7 @@ import kotlin.system.exitProcess
|
||||
|
||||
@OptIn(DelicateCoroutinesApi::class)
|
||||
suspend fun main() {
|
||||
initializeLogger(userDataDir.resolve(userDataDir, "logging"))
|
||||
initializeLogger(userDataDir.resolve("logging"))
|
||||
|
||||
if (BuildConfig.DEBUG) {
|
||||
System.setProperty("kotlinx.coroutines.debug", "on")
|
||||
|
||||
Reference in New Issue
Block a user