We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b472080 commit 616080bCopy full SHA for 616080b
core/src/main/kotlin/io/github/rothes/esu/core/configuration/ConfigLoader.kt
@@ -147,6 +147,7 @@ object ConfigLoader {
147
val resourceNodes = mutableMapOf<String, ConfigurationNode>()
148
if (MultiLangConfiguration::class.java.isAssignableFrom(configClass)) {
149
if (path.notExists()) {
150
+ path.parent.createDirectories()
151
EsuConfig.get().localeSoftLinkPath.getOrNull()?.let { linkTo ->
152
val relativize = EsuCore.instance.baseConfigPath().relativize(path)
153
val source = linkTo.resolve(relativize)
0 commit comments