We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee511b0 commit 7aa4ac9Copy full SHA for 7aa4ac9
project/Build.scala
@@ -890,7 +890,7 @@ object Build {
890
}
891
892
val wrappedArgs = if (printTasty) args else insertClasspathInArgs(args, extraClasspath.mkString(File.pathSeparator))
893
- val fullArgs = main :: defaultOutputDirectory ::: wrappedArgs.map("\""+ _ + "\"").map(_.replace("\\", "\\\\"))
+ val fullArgs = main :: (defaultOutputDirectory ::: wrappedArgs).map("\""+ _ + "\"").map(_.replace("\\", "\\\\"))
894
895
(Compile / runMain).toTask(fullArgs.mkString(" ", " ", ""))
896
}.evaluated,
0 commit comments