Skip to content

Commit

Permalink
chore: merge branch 'smarter-remappings' into fix-update-git-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
beeb committed Sep 22, 2024
2 parents b4ad0c4 + ac68e38 commit 49d1bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/remappings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ fn generate_remappings(
let path: PathBuf =
PathBuf::from(existing_og).components().take(2).collect();
let existing_og_updated = existing_og.replace(
&path.to_string_lossy().to_string(),
path.to_slash_lossy().as_ref(),
item_og.trim_end_matches('/'),
);
new_remappings
Expand Down

0 comments on commit 49d1bab

Please sign in to comment.