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 4992600 commit 6a1a224Copy full SHA for 6a1a224
io.sloeber.core/src/io/sloeber/core/common/Common.java
@@ -238,7 +238,7 @@ public static String makePathEnvironmentString(IPath path) {
238
}
239
240
public static String makePathVersionString(File file) {
241
- return file.getPath().replace(sloeberHomePathToString, SLOEBER_HOME_VAR);
+ return new Path(file.getPath()).toString().replace(sloeberHomePathToString, SLOEBER_HOME_VAR);
242
243
244
/**
0 commit comments