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:
Boegie19
2022-08-04 00:38:08 +02:00
committed by GitHub
parent e864cf0c7d
commit eb5c897ac0
3 changed files with 6 additions and 0 deletions

View File

@@ -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()