Skip to content

Commit 6c8eaa6

Browse files
committed
wip
1 parent dab71e5 commit 6c8eaa6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/eval/src/mill/eval/EvaluatorImpl.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,10 +306,9 @@ final class EvaluatorImpl(
306306
for(newMetadata <- maybeNewMetadata) {
307307
selective.saveMetadata(
308308
if (allResults.exists(_.asSuccess.isEmpty)) SelectiveExecution.Metadata(Map(), Map())
309-
else newMetadata
309+
else newMetadata
310310
)
311311
}
312-
313312

314313
val errorStr = ExecutionResultsApi.formatFailing(evaluated)
315314
evaluated.transitiveFailing.size match {

0 commit comments

Comments
 (0)