Update error format for readability. Add spacing header<->snippet and another line between errors
This commit is contained in:
parent
4c6b6c200b
commit
9e5574803f
2 changed files with 8 additions and 1 deletions
|
@ -478,6 +478,13 @@ impl FileInfo {
|
|||
}],
|
||||
kind: RenderedLineKind::PrimaryFileName,
|
||||
});
|
||||
output.push(RenderedLine {
|
||||
text: vec![StyledString {
|
||||
text: "".to_string(),
|
||||
style: Style::FileNameStyle,
|
||||
}],
|
||||
kind: RenderedLineKind::Annotations,
|
||||
});
|
||||
}
|
||||
None => {
|
||||
output.push(RenderedLine {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue