You've already forked AstralRinth
forked from didirus/AstralRinth
Format traces as bullet list (MOD-32) (#3220)
* Format traces as bullet list * Fix fmt
This commit is contained in:
@@ -243,8 +243,10 @@ pub async fn delphi_result_ingest(
|
|||||||
|
|
||||||
for (issue, trace) in &body.issues {
|
for (issue, trace) in &body.issues {
|
||||||
for path in trace.keys() {
|
for path in trace.keys() {
|
||||||
thread_header
|
thread_header.push_str(&format!(
|
||||||
.push_str(&format!("\n issue {issue} found at file {}", path));
|
"\n\n- issue {issue} found at file {}",
|
||||||
|
path
|
||||||
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user