[FIR] Add path normalization to LibraryPathFilter
This commit is contained in:
committed by
TeamCityServer
parent
cf5af0f7ea
commit
43b075d452
+1
-1
@@ -169,6 +169,6 @@ class KotlinDeserializedJvmSymbolsProvider(
|
||||
}
|
||||
|
||||
private fun String?.toPath(): Path? {
|
||||
return this?.let { Paths.get(it) }
|
||||
return this?.let { Paths.get(it).normalize() }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user