Skip to content

Commit 48398c1

Browse files
authored
in FailedToStartServerException advice, include --power (#2685)
1 parent 2542f94 commit 48398c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cli/src/main/scala/scala/cli/ScalaCli.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ object ScalaCli {
171171
case _: FailedToStartServerException =>
172172
System.err.println(
173173
s"""Running
174-
| $progName bloop output
174+
| $progName --power bloop output
175175
|might give more details.""".stripMargin
176176
)
177177
case ex: java.util.zip.ZipException

0 commit comments

Comments
 (0)