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 ccb863f commit aa90562Copy full SHA for aa90562
common/src/main/kotlin/com/lambda/util/FolderRegister.kt
@@ -51,7 +51,7 @@ object FolderRegister : Loadable {
51
val structure: Path = lambda.resolve("structure")
52
53
override fun load(): String {
54
- val folders = listOf(lambda, config, packetLogs, replay, cache, structure)
+ val folders = listOf(lambda, config, packetLogs, replay, cache, capes, structure)
55
val createdFolders = folders.mapNotNull {
56
if (it.notExists()) {
57
it.createDirectories()
0 commit comments