mirror of
https://github.com/lune-org/lune.git
synced 2025-04-19 19:34:02 +01:00
Remove coercion of path to lowercase
This commit is contained in:
parent
a65ef2ae1b
commit
f052c0a306
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…
Add table
Reference in a new issue