Add special case for object trees.
This commit is contained in:
@@ -55,7 +55,7 @@ impl<'s> WasmDiffResult<'s> {
|
||||
original_document: &str,
|
||||
) -> Result<(), Box<dyn std::error::Error>> {
|
||||
let status_text = {
|
||||
if self.is_bad() {
|
||||
if self.is_self_bad() {
|
||||
format!(
|
||||
"{color}BAD{reset}",
|
||||
color = foreground_color(255, 0, 0),
|
||||
|
||||
Reference in New Issue
Block a user