mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 06:35:39 +00:00
Apply patch sets by value in preparation for AppliedPatchSet
This commit is contained in:
@@ -72,7 +72,7 @@ pub fn upload(options: UploadOptions) -> Result<(), UploadError> {
|
||||
let patch_set = compute_patch_set(&snapshot, &tree, root_id);
|
||||
|
||||
log::trace!("Applying patch set");
|
||||
apply_patch_set(&mut tree, &patch_set);
|
||||
apply_patch_set(&mut tree, patch_set);
|
||||
|
||||
let root_id = tree.get_root_id();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user