Skip to content

Commit 4baa448

Browse files
committed
resinator: Fix incorrect args being printed in cli diagnostics
1 parent f9a4377 commit 4baa448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/compiler/resinator/main.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pub fn main() !void {
6464

6565
if (!zig_integration) {
6666
// print any warnings/notes
67-
cli_diagnostics.renderToStdErr(args, stderr_config);
67+
cli_diagnostics.renderToStdErr(cli_args, stderr_config);
6868
// If there was something printed, then add an extra newline separator
6969
// so that there is a clear separation between the cli diagnostics and whatever
7070
// gets printed after

0 commit comments

Comments
 (0)