mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 04:50:36 +00:00
Fix case-sensitivity issue in requires with aliases (#173)
This commit is contained in:
parent
a65ef2ae1b
commit
1e3a604d0f
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue