Fix node name getting chopped off.
This commit is contained in:
@@ -45,8 +45,6 @@ impl<'s> WasmDiffResult<'s> {
|
||||
|
||||
pub fn print(&self, original_document: &str) -> Result<(), Box<dyn std::error::Error>> {
|
||||
self.print_indented(0, original_document)
|
||||
// println!("{:#?}", self);
|
||||
// todo!()
|
||||
}
|
||||
|
||||
fn print_indented(
|
||||
|
||||
Reference in New Issue
Block a user