This commit is contained in:
Bel LaPointe
2025-11-11 10:23:13 -07:00
parent 07e2750db5
commit a899241c28
2 changed files with 4 additions and 2 deletions

View File

@@ -13,9 +13,9 @@ fn main() {
{
file.persist_stage().unwrap();
println!(
"{} => {:?}",
"{} => {}",
file.file,
file.events().unwrap().snapshot().unwrap()
serde_yaml::to_string(&file.events().unwrap().snapshot().unwrap()).unwrap(),
);
}
}