Skip to content

Commit

Permalink
Merge pull request #2121 from tgodzik/remove-verbose
Browse files Browse the repository at this point in the history
chore: Remove verbose option otherwise it's always verbose
  • Loading branch information
tgodzik authored Jul 18, 2023
2 parents f2dc891 + 65d6aa0 commit 41a45f2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ final class BspBridge(
// Whenever the connection is broken or the server legitimately stops, this returns
bspServerStatus = Some {
bspCmd.mkString(" ") -> {
// Make it verbose so that bsp preparation logs are emitted
val args = bspCmd ++ bloopAdditionalArgs ++ List("--verbose")
val args = bspCmd ++ bloopAdditionalArgs
StatusCommand(cli.run(args.toArray), "")
}
}
Expand Down

0 comments on commit 41a45f2

Please sign in to comment.