Skip to content

Commit

Permalink
Use persistent logger to forward diagnostics to bsp
Browse files Browse the repository at this point in the history
  • Loading branch information
lwronski committed Aug 3, 2022
1 parent 6cc922f commit cae4078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/build/src/main/scala/scala/build/bsp/BspImpl.scala
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ final class BspImpl(

if (actionableDiagnostics.getOrElse(false)) {
val projectOptions = options0Test.orElse(options0Main)
projectOptions.logActionableDiagnostics(logger)
projectOptions.logActionableDiagnostics(persistentLogger)
}

PreBuildProject(mainScope, testScope, persistentLogger.diagnostics)
Expand Down

0 comments on commit cae4078

Please sign in to comment.