Skip to content

Commit aad6903

Browse files
committed
.
1 parent 7246613 commit aad6903

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/src/refresh_plugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ trait ScalaJsRefreshModule extends ScalaJSConfigModule:
123123
* mode captures stdout/stderr per-task, making background server output invisible between evaluations. Example
124124
* ```override def logFile = Task { Some(PathRef(Task.dest / "sjsls.log")) }```
125125
*/
126-
def logFile: Task[Option[PathRef]] = Task {
126+
def logFile: Task.Simple[Option[PathRef]] = Task {
127127
None
128128
}
129129

0 commit comments

Comments
 (0)