We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9515be4 commit f5e9680Copy full SHA for f5e9680
cli/src/parse.rs
@@ -719,7 +719,7 @@ pub fn parse_file_at_path(
719
720
opts.stats.parse_summaries.push(ParseSummary {
721
file: path.to_path_buf(),
722
- successful: true,
+ successful: first_error.is_none(),
723
start: Some(tree.root_node().start_position().into()),
724
end: Some(tree.root_node().end_position().into()),
725
duration: Some(parse_duration),
0 commit comments