mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
Fix merge issue (#252)
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
d09c445add
commit
2b82f2842f
@@ -229,7 +229,7 @@ impl Engine {
|
||||
)
|
||||
})?;
|
||||
|
||||
report.to_colored_string().map_err(|e| {
|
||||
report.to_string_pretty().map_err(|e| {
|
||||
Error::new(
|
||||
runtime_error(),
|
||||
format!("Failed to convert report to colored string: {}", e),
|
||||
|
||||
Reference in New Issue
Block a user