We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Value
1 parent 9b74529 commit fc13a6cCopy full SHA for fc13a6c
1 file changed
faux-mgs/src/main.rs
@@ -2398,7 +2398,8 @@ async fn run_command(
2398
ereport.ena.into_u64(),
2399
));
2400
lines.push(String::new());
2401
- let pretty = erebor::Displayer::new(&ereport.data).to_string();
+ let data = serde_json::Value::Object(ereport.data);
2402
+ let pretty = erebor::Displayer::new(&data).to_string();
2403
lines.push(pretty);
2404
}
2405
0 commit comments