Skip to content

Commit

Permalink
Updated Init.installMill.
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-phd committed Oct 24, 2024
1 parent 00329fd commit c3248ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/jvm/src/main/scala/org/sireum/Init.scala
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ import Init._
while (i < size) {
if (!stop) {
if (isAt("%*", i) || isAt("\"$@\"", i)) {
j = putString("-i ", j)
j = putString("--no-server ", j)
} else if (isAt(javaPrefix, i)) {
val platform: String = Os.kind match {
case Os.Kind.Win => "win"
Expand Down Expand Up @@ -782,7 +782,7 @@ import Init._
if (lines.size != newLines.size) {
println("Patching Scalameta Metals ...")
val tab = "\t"
newLines = newLines :+ s""""workspaceContains:build.sc""""
newLines = newLines :+ s""""workspaceContains:build.mill""""
newLines = newLines :+ s""""workspaceContains:.bloop""""
packageJson.writeOver(
st"""${ops.StringOps.substring(cis, 0, min + 1)}
Expand Down

0 comments on commit c3248ea

Please sign in to comment.