| ... | ... | @@ -338,7 +338,7 @@ const Eval = struct { |
| 338 | 338 | |
| 339 | 339 | if (eval.target.backend == .sema) { |
| 340 | 340 | try eval.checkSuccessOutcome(update, null, prog_node); |
| 341 | | // This message indicates the end of the update. |
| 341 | continue; |
| 342 | 342 | } |
| 343 | 343 | |
| 344 | 344 | const digest = r.takeArray(Cache.bin_digest_len) catch unreachable; |
| ... | ... | @@ -352,7 +352,6 @@ const Eval = struct { |
| 352 | 352 | const bin_path = try Dir.path.join(arena, &.{ result_dir, bin_name }); |
| 353 | 353 | |
| 354 | 354 | try eval.checkSuccessOutcome(update, bin_path, prog_node); |
| 355 | | // This message indicates the end of the update. |
| 356 | 355 | }, |
| 357 | 356 | else => { |
| 358 | 357 | // Ignore other messages. |