authorgravatar for squeek502@hotmail.comRyan Liptak <squeek502@hotmail.com> 2025-01-17 23:02:40-08:00
committergravatar for squeek502@hotmail.comRyan Liptak <squeek502@hotmail.com> 2025-01-17 23:04:26-08:00
log4baa448335a8158d424a1e648c907fa7566f7060
tree3656e1fe8540f7dd7af1bad7f530a500eb600a6f
parentf9a43770c87d4475a8e05b6539917ee26172b7c6

resinator: Fix incorrect args being printed in cli diagnostics


1 files changed, 1 insertions(+), 1 deletions(-)

lib/compiler/resinator/main.zig+1-1
...@@ -64,7 +64,7 @@ pub fn main() !void {...@@ -64,7 +64,7 @@ pub fn main() !void {
6464
65 if (!zig_integration) {65 if (!zig_integration) {
66 // print any warnings/notes66 // 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 separator68 // If there was something printed, then add an extra newline separator
69 // so that there is a clear separation between the cli diagnostics and whatever69 // so that there is a clear separation between the cli diagnostics and whatever
70 // gets printed after70 // gets printed after