Skip to content

Commit 798f160

Browse files
committed
make TraceView launcher Windows compatible
1 parent e0093cb commit 798f160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

traceview/package.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ object `package` extends build.ScalaConfigs:
2929
def forkArgs = super.forkArgs() ++ Seq(
3030
"--enable-native-access=javafx.graphics",
3131
"--module-path",
32-
runModulePath().map(_.path).mkString(":"),
32+
runModulePath().map(_.path).mkString(System.getProperty("path.separator")),
3333
"--add-modules",
3434
"ALL-MODULE-PATH",
3535
"-Dprism.verbose=true",

0 commit comments

Comments
 (0)