mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
resinator: Fix incorrect args being printed in cli diagnostics
This commit is contained in:
parent
f9a43770c8
commit
4baa448335
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ pub fn main() !void {
|
|||
|
||||
if (!zig_integration) {
|
||||
// print any warnings/notes
|
||||
cli_diagnostics.renderToStdErr(args, stderr_config);
|
||||
cli_diagnostics.renderToStdErr(cli_args, stderr_config);
|
||||
// If there was something printed, then add an extra newline separator
|
||||
// so that there is a clear separation between the cli diagnostics and whatever
|
||||
// gets printed after
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue