add reportField instead of line+ address Gemini feedback
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
This commit is contained in:
parent
1475ab0fae
commit
337c738265
|
|
@ -3252,9 +3252,9 @@ ReportPath::reportLine(std::string_view what,
|
|||
reportFieldBlank(field, line);
|
||||
}
|
||||
else if (field == field_case_)
|
||||
line += line_case;
|
||||
reportField(line_case, field, line);
|
||||
else if (field->getValue())
|
||||
line += field->value(path, this);
|
||||
reportField(field->value(path, this), field, line);
|
||||
|
||||
first_field = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue