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 2542f94 commit 48398c1Copy full SHA for 48398c1
modules/cli/src/main/scala/scala/cli/ScalaCli.scala
@@ -171,7 +171,7 @@ object ScalaCli {
171
case _: FailedToStartServerException =>
172
System.err.println(
173
s"""Running
174
- | $progName bloop output
+ | $progName --power bloop output
175
|might give more details.""".stripMargin
176
)
177
case ex: java.util.zip.ZipException
0 commit comments