Skip to content

Commit

Permalink
in FailedToStartServerException advice, include --power (#2685)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Jan 17, 2024
1 parent 2542f94 commit 48398c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cli/src/main/scala/scala/cli/ScalaCli.scala
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ object ScalaCli {
case _: FailedToStartServerException =>
System.err.println(
s"""Running
| $progName bloop output
| $progName --power bloop output
|might give more details.""".stripMargin
)
case ex: java.util.zip.ZipException
Expand Down

0 comments on commit 48398c1

Please sign in to comment.