| author | |
| committer | |
| log | 4baa448335a8158d424a1e648c907fa7566f7060 |
| tree | 3656e1fe8540f7dd7af1bad7f530a500eb600a6f |
| parent | f9a43770c87d4475a8e05b6539917ee26172b7c6 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/compiler/resinator/main.zig+1-1| ... | ... | @@ -64,7 +64,7 @@ pub fn main() !void { |
| 64 | 64 | |
| 65 | 65 | if (!zig_integration) { |
| 66 | 66 | // print any warnings/notes |
| 67 | cli_diagnostics.renderToStdErr(args, stderr_config); | |
| 67 | cli_diagnostics.renderToStdErr(cli_args, stderr_config); | |
| 68 | 68 | // If there was something printed, then add an extra newline separator |
| 69 | 69 | // so that there is a clear separation between the cli diagnostics and whatever |
| 70 | 70 | // gets printed after |