| ... | @@ -64,7 +64,7 @@ pub fn main() !void { | ... | @@ -64,7 +64,7 @@ pub fn main() !void { |
| 64 | | 64 | |
| 65 | if (!zig_integration) { | 65 | if (!zig_integration) { |
| 66 | // print any warnings/notes | 66 | // print any warnings/notes |
| 67 | cli_diagnostics.renderToStdErr(args, stderr_config); | 67 | cli_diagnostics.renderToStdErr(cli_args, stderr_config); |
| 68 | // If there was something printed, then add an extra newline separator | 68 | // If there was something printed, then add an extra newline separator |
| 69 | // so that there is a clear separation between the cli diagnostics and whatever | 69 | // so that there is a clear separation between the cli diagnostics and whatever |
| 70 | // gets printed after | 70 | // gets printed after |