Skip to content

Commit 1ae2969

Browse files
committed
.
1 parent 31804ab commit 1ae2969

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

plugin/src/refresh_plugin.scala

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,10 @@ trait ScalaJsRefreshModule extends ScalaJSConfigModule:
196196
false
197197
}
198198

199-
200199
/** Path to write server logs to. When set, logs go to this file instead of the console — useful because Mill watch
201-
* mode captures stdout/stderr per-task, making background server output invisible between evaluations. Example
202-
* ```override def logFile = Task { Some(PathRef(Task.dest / "sjsls.log")) }```
203-
*/
200+
* mode captures stdout/stderr per-task, making background server output invisible between evaluations. Example
201+
* ```override def logFile = Task { Some(PathRef(Task.dest / "sjsls.log")) }```
202+
*/
204203
def logFile: Task.Simple[Option[PathRef]] = Task {
205204
if serverLog() then Some(PathRef(Task.dest / "sjsls.log")) else None
206205
}

0 commit comments

Comments
 (0)