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 a3a6393 commit e6d521aCopy full SHA for e6d521a
1 file changed
runner/daemon/src/mill/daemon/BspMode.scala
@@ -41,7 +41,7 @@ private[daemon] object BspMode {
41
if (runnerState.errorOpt.isEmpty && runnerState.finalFrame.isDefined)
42
bspPrevState.set(Some(runnerState))
43
body(runnerState.allEvaluators, runnerState.watched, runnerState.errorOpt)
44
- }
+ }
45
46
val (bspServerHandle, _) = startBspServer(bootstrapBridge)
47
0 commit comments