Skip to content

Commit

Permalink
Fix RTPs not being detected properly in web builds
Browse files Browse the repository at this point in the history
That's seriously embarassing, haha.
  • Loading branch information
white-axe committed Oct 11, 2023
1 parent dc9cc63 commit c458e98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/filesystem/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ impl FileSystem {
if let Ok(exists) = dir.exists(&path) {
if exists {
paths.push(path);
continue;
}
}

Expand Down

0 comments on commit c458e98

Please sign in to comment.