We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8862c3 commit 5a56476Copy full SHA for 5a56476
libs/daemon/server/src/mill/server/Server.scala
@@ -497,12 +497,10 @@ object Server {
497
processIdFile: os.Path,
498
processId: Long,
499
running: () => Boolean,
500
- exit: String => Unit,
501
- log: String => Unit
+ exit: String => Unit
502
): Unit = {
503
val processIdStr = processId.toString
504
505
- log(s"watching processId file (expected content = $processIdStr): $processIdFile")
506
os.write.over(processIdFile, processIdStr, createFolders = true)
507
508
val processIdThread = new Thread(
0 commit comments