File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
runner/daemon/src/mill/daemon Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -350,13 +350,13 @@ object MillMain {
350350 if (config.watch.value) os.remove(out / OutFiles .millSelectiveExecution)
351351 Watching .watchLoop(
352352 ringBell = config.ringBell.value,
353- watch = Option .when(config.watch.value)(Watching .WatchArgs (
354- setIdle = setIdle,
355- colors,
356- useNotify = config.watchViaFsNotify,
357- serverDir = serverDir
358- )),
359- streams = streams,
353+ watch = Option .when(config.watch.value)(Watching .WatchArgs (
354+ setIdle = setIdle,
355+ colors,
356+ useNotify = config.watchViaFsNotify,
357+ serverDir = serverDir
358+ )),
359+ streams = streams,
360360 evaluate = (enterKeyPressed : Boolean , prevState : Option [RunnerState ]) => {
361361 adjustJvmProperties(userSpecifiedProperties, initialSystemProperties)
362362 runMillBootstrap(
You can’t perform that action at this time.
0 commit comments