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 73bb88d commit 29c20d0Copy full SHA for 29c20d0
compiler/src/dotty/tools/MainGenericRunner.scala
@@ -208,8 +208,8 @@ object MainGenericRunner {
208
List("-classpath", settings.classPath.mkString(classpathSeparator)).filter(Function.const(settings.classPath.nonEmpty))
209
++ settings.residualArgs
210
++ (if settings.save then List("-save") else Nil)
211
- ++ List("-script", settings.targetScript)
212
++ settings.scalaArgs
+ ++ List("-script", settings.targetScript)
213
++ settings.scriptArgs
214
scripting.Main.main(properArgs.toArray)
215
case ExecuteMode.Guess =>
0 commit comments