Skip to content

Commit

Permalink
Update generator.main.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
MORIMORI0317 authored Mar 10, 2024
1 parent 9422935 commit 008aae8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generate/scripts/generator.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ import java.util.function.Function
import java.util.zip.ZipInputStream
import javax.imageio.ImageIO
import kotlin.coroutines.EmptyCoroutineContext
import kotlin.streams.toList // <- 消したらActions本番環境で動かなくなる

/*
それぞれのディレクトリの名称
Expand Down Expand Up @@ -1054,4 +1055,4 @@ class ModelNumberingInjectionTask(
// マッピングに登録
resourceMapping.addCustomModelMapping(mappingId, injectModelLoc, modelNum)
}
}
}

0 comments on commit 008aae8

Please sign in to comment.