We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a4377 commit 4baa448Copy full SHA for 4baa448
lib/compiler/resinator/main.zig
@@ -64,7 +64,7 @@ pub fn main() !void {
64
65
if (!zig_integration) {
66
// print any warnings/notes
67
- cli_diagnostics.renderToStdErr(args, stderr_config);
+ cli_diagnostics.renderToStdErr(cli_args, stderr_config);
68
// If there was something printed, then add an extra newline separator
69
// so that there is a clear separation between the cli diagnostics and whatever
70
// gets printed after
0 commit comments