forked from rojo-rbx/rojo
Reintroduce instigating paths for snapshot middleware
This commit is contained in:
@@ -43,6 +43,7 @@ impl SnapshotMiddleware for SnapshotRbxlx {
|
||||
|
||||
let mut snapshot = InstanceSnapshot::from_tree(&temp_tree, root_id);
|
||||
snapshot.name = Cow::Owned(instance_name);
|
||||
snapshot.metadata.instigating_source = Some(entry.path().to_path_buf().into());
|
||||
snapshot.metadata.relevant_paths = vec![entry.path().to_path_buf()];
|
||||
|
||||
Ok(Some(snapshot))
|
||||
|
||||
Reference in New Issue
Block a user