Skip to content

Commit

Permalink
fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Jul 16, 2024
1 parent ef47e85 commit 55fbc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/compilers/src/compile/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ impl<L: Language, S: CompilerSettings> CompilerSources<L, S> {
{
use path_slash::PathBufExt;

self.sources.values_mut().for_each(|(_, sources, _)| {
self.sources.values_mut().for_each(versioned_sources| {
versioned_sources.iter_mut().for_each(|(_, sources, _)| {
*sources = std::mem::take(sources)
.into_iter()
Expand Down

0 comments on commit 55fbc56

Please sign in to comment.