mirror of
https://github.com/lune-org/lune.git
synced 2025-01-05 19:09:10 +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,
|
'lua: 'ctx,
|
||||||
{
|
{
|
||||||
let alias = alias.to_ascii_lowercase();
|
let alias = alias.to_ascii_lowercase();
|
||||||
let path = path.to_ascii_lowercase();
|
|
||||||
|
|
||||||
let parent = make_absolute_and_clean(source)
|
let parent = make_absolute_and_clean(source)
|
||||||
.parent()
|
.parent()
|
||||||
|
|
Loading…
Reference in a new issue