| author | |
| committer | |
| log | b5baa41077dce5ef61667e76d80835c0792a2fc4 |
| tree | 0d90f997ec59eb5d1cec30c9824b545503cd916b |
| parent | a7754d219a60fdc15d3bff0d6d2ac7fee9f7c4db |
1 files changed, 1 insertions(+), 1 deletions(-)
src/main.zig+1-1| ... | ... | @@ -5120,8 +5120,8 @@ fn fmtPathFile( |
| 5120 | 5120 | var tree = try Ast.parse(gpa, source_code, .zig); |
| 5121 | 5121 | defer tree.deinit(gpa); |
| 5122 | 5122 | |
| 5123 | try printAstErrorsToStderr(gpa, tree, file_path, fmt.color); | |
| 5124 | 5123 | if (tree.errors.len != 0) { |
| 5124 | try printAstErrorsToStderr(gpa, tree, file_path, fmt.color); | |
| 5125 | 5125 | fmt.any_error = true; |
| 5126 | 5126 | return; |
| 5127 | 5127 | } |