Dustin C. Hatch bd7b80dede main: Improve error messages from Tera
The `to_string()` method of `tera::Error` structures only returns the
string value for itself; the messages from the underlying errors are
not included.  This effectively means any error from Tera just becomes
"failed to render template."  To provide a complete message, we have to
recursively call `source()` on the error chain and append its string
representation to the error message.
2024-01-11 20:01:30 -06:00
2024-01-11 08:23:48 -06:00
2024-01-11 08:23:48 -06:00
2024-01-11 08:23:48 -06:00
Description
No description provided
106 KiB
Languages
Rust 97%
Dockerfile 3%