after add, stage

This commit is contained in:
Bel LaPointe
2025-11-11 11:16:58 -07:00
parent 06d1144c85
commit 52fdf79d65

View File

@@ -24,6 +24,9 @@ fn main() {
files.files[0]
.append(Delta::now(patch))
.expect("failed to add");
files.files[0]
.stage_persisted()
.expect("failed to stage added");
}
}