mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-26 07:36:19 +00:00
fix relevant_paths not being set for init.csv (#599)
* fix relevant_paths not being set for init.csv * fix failing tests Co-authored-by: Lucien Greathouse <me@lpghatguy.com>
This commit is contained in:
@@ -87,6 +87,7 @@ pub fn snapshot_dir_no_meta(
|
||||
path.join("init.server.luau"),
|
||||
path.join("init.client.lua"),
|
||||
path.join("init.client.luau"),
|
||||
path.join("init.csv"),
|
||||
];
|
||||
|
||||
let snapshot = InstanceSnapshot::new()
|
||||
|
||||
Reference in New Issue
Block a user