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 1201ba2 commit ad4920cCopy full SHA for ad4920c
project/src/build.runner.scala
@@ -172,7 +172,7 @@ def buildRunnerMill(
172
.chunks
173
.evalMap(
174
aChunk =>
175
- if aChunk.head.exists(_.startsWith("Emitter")) then
+ if aChunk.head.exists(_.contains("BasicBackend: total modules:")) then
176
logger.trace("Detected that linking was successful, emitting refresh event") >>
177
linkingTopic.publish1(())
178
else
0 commit comments