Server: prints the query explanation with indentation

pull/467/head
Tpt 2 years ago committed by Thomas Tanon
parent d587d3b2bb
commit 56e105bc04
  1. 2
      server/src/main.rs

@ -597,7 +597,7 @@ pub fn main() -> anyhow::Result<()> {
_ => bail!("The given explanation file {} must have an extension that is .json or .txt", explain_file.display())
}
} else if explain || stats {
eprintln!("{:?}", explanation);
eprintln!("{:#?}", explanation);
}
print_result
}

Loading…
Cancel
Save