Commit 4baa448335

Ryan Liptak <squeek502@hotmail.com>
2025-01-18 08:02:40
resinator: Fix incorrect args being printed in cli diagnostics
1 parent f9a4377
Changed files (1)
lib
compiler
resinator
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