Skip to content

Commit e6d521a

Browse files
committed
.
1 parent a3a6393 commit e6d521a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runner/daemon/src/mill/daemon/BspMode.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private[daemon] object BspMode {
4141
if (runnerState.errorOpt.isEmpty && runnerState.finalFrame.isDefined)
4242
bspPrevState.set(Some(runnerState))
4343
body(runnerState.allEvaluators, runnerState.watched, runnerState.errorOpt)
44-
}
44+
}
4545

4646
val (bspServerHandle, _) = startBspServer(bootstrapBridge)
4747

0 commit comments

Comments
 (0)