Commit 157ed02
fix(compile): show full error chain in batch compile output (#411)
When compiling all pipelines, errors were printed with Display format ({})
which only showed the outermost anyhow context ('Failed to parse YAML
front matter'). The underlying serde error with the specific unknown field
name was swallowed.
Switch to alternate Display format ({:#}) which prints the full error
chain, so users see the specific parse failure (e.g. 'unknown field
\safeoutputs\, expected one of \
ame\, \description\, ...').
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent f281da3 commit 157ed02
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
0 commit comments