| ... | @@ -7224,6 +7224,8 @@ fn cmdFetch( | ... | @@ -7224,6 +7224,8 @@ fn cmdFetch( |
| 7224 | error.FetchFailed => {}, // error bundle checked below | 7224 | error.FetchFailed => {}, // error bundle checked below |
| 7225 | }; | 7225 | }; |
| 7226 | | 7226 | |
| | 7227 | try job_queue.group.await(io); |
| | 7228 | |
| 7227 | if (fetch.error_bundle.root_list.items.len > 0) { | 7229 | if (fetch.error_bundle.root_list.items.len > 0) { |
| 7228 | var errors = try fetch.error_bundle.toOwnedBundle(""); | 7230 | var errors = try fetch.error_bundle.toOwnedBundle(""); |
| 7229 | errors.renderToStderr(io, .{}, color) catch {}; | 7231 | errors.renderToStderr(io, .{}, color) catch {}; |