File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
runner/daemon/src/mill/daemon Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ case class MillCliConfig(
9999 watch : Flag = Flag (),
100100 @ arg(
101101 name = " watch-via-fs-notify" ,
102- doc = " Use filesystem based file watching instead of polling based one (defaults to true)." ,
102+ doc = " Use filesystem based file watching instead of polling based one (defaults to true)."
103103 )
104104 watchViaFsNotify : Boolean = true ,
105105 @ arg(
Original file line number Diff line number Diff line change @@ -352,8 +352,8 @@ object MillMain {
352352 ringBell = config.ringBell.value,
353353 watch = Option .when(config.watch.value)(Watching .WatchArgs (
354354 setIdle = setIdle,
355- colors,
356- useNotify = config.watchViaFsNotify,
355+ colors,
356+ useNotify = config.watchViaFsNotify,
357357 serverDir = serverDir
358358 )),
359359 streams = streams,
You can’t perform that action at this time.
0 commit comments