Skip to content

Commit ad4920c

Browse files
committed
.
1 parent 1201ba2 commit ad4920c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/src/build.runner.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def buildRunnerMill(
172172
.chunks
173173
.evalMap(
174174
aChunk =>
175-
if aChunk.head.exists(_.startsWith("Emitter")) then
175+
if aChunk.head.exists(_.contains("BasicBackend: total modules:")) then
176176
logger.trace("Detected that linking was successful, emitting refresh event") >>
177177
linkingTopic.publish1(())
178178
else

0 commit comments

Comments
 (0)