mirror of
https://github.com/lune-org/lune.git
synced 2025-04-04 10:30:54 +01:00
Swap order of returned tuple fields in resolve_paths
This commit is contained in:
parent
d252be46b3
commit
9804a6abfe
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ impl RequireContext {
|
|||
CWD.join(&rel_path)
|
||||
};
|
||||
|
||||
Ok((rel_path, abs_path))
|
||||
Ok((abs_path, rel_path))
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue