Skip to content

Commit

Permalink
Fix case-sensitivity issue in requires with aliases (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomShift committed Apr 7, 2024
1 parent a65ef2a commit 1e3a604
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lune/globals/require/alias.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ where
'lua: 'ctx,
{
let alias = alias.to_ascii_lowercase();
let path = path.to_ascii_lowercase();

let parent = make_absolute_and_clean(source)
.parent()
Expand Down

0 comments on commit 1e3a604

Please sign in to comment.