Server: prints the query explanation with indentation

pull/466/head
Tpt 2 years ago
parent 86bbebf93c
commit 3a4a9660f6
  1. 2
      server/src/main.rs

@ -584,7 +584,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