Skip to content

Commit d0560f5

Browse files
xteraoCopilot
andauthored
ensure a consistent file-system path string
Co-authored-by: Copilot <[email protected]>
1 parent 491545a commit d0560f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/org/domaframework/doma/intellij/common/config/DomaCompileConfigUtil.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ object DomaCompileConfigUtil {
4141
resourcePaths.forEach { resourcePath ->
4242
if (resourcePath.isValid) {
4343
val configVFile = resourcePath.findChild("doma.compile.config")
44-
val cacheKey = "${project.basePath}/$resourcePath/doma.compile.config"
44+
val cacheKey = "${project.basePath}/${resourcePath.path}/doma.compile.config"
4545
val lastModified = configVFile?.timeStamp ?: 0L
4646
val cached = configCache[cacheKey]
4747

0 commit comments

Comments
 (0)