Skip to content

Commit 7d3ec5b

Browse files
get delimiter
1 parent d328a02 commit 7d3ec5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/checkerframework/languageserver/CheckExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class CheckExecutor {
4646
sawClasspath = true;
4747
options.add(o);
4848
o = it.next();
49-
options.add(o + ":" + JavacWrapper.class.getProtectionDomain().getCodeSource().getLocation().getPath());
49+
options.add(o + File.pathSeparator + JavacWrapper.class.getProtectionDomain().getCodeSource().getLocation().getPath());
5050
} else {
5151
options.add(o);
5252
}

0 commit comments

Comments
 (0)