mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 22:56:02 +00:00
Reintroduce instigating paths for snapshot middleware
This commit is contained in:
@@ -52,6 +52,7 @@ impl SnapshotMiddleware for SnapshotTxt {
|
||||
Ok(Some(InstanceSnapshot {
|
||||
snapshot_id: None,
|
||||
metadata: InstanceMetadata {
|
||||
instigating_source: Some(entry.path().to_path_buf().into()),
|
||||
relevant_paths: vec![entry.path().to_path_buf()],
|
||||
..Default::default()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user