diff --git a/lib/compiler/resinator/main.zig b/lib/compiler/resinator/main.zig index a918081226f5200fbb2145414eebb4b903b90e22..6973c6e6b59239c3a8e41a99e6d6d3631c8bedf0 100644 --- a/lib/compiler/resinator/main.zig +++ b/lib/compiler/resinator/main.zig @@ -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