From 4baa448335a8158d424a1e648c907fa7566f7060 Mon Sep 17 00:00:00 2001 From: Ryan Liptak Date: Fri, 17 Jan 2025 23:02:40 -0800 Subject: [PATCH] resinator: Fix incorrect args being printed in cli diagnostics --- lib/compiler/resinator/main.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compiler/resinator/main.zig b/lib/compiler/resinator/main.zig index a918081226..6973c6e6b5 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