mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 04:09:05 +00:00
fix: ownership checker bug
This commit is contained in:
parent
94df64d696
commit
c34e013658
5 changed files with 65 additions and 52 deletions
|
@ -25,7 +25,7 @@ get_badge! file_path =
|
|||
do!:
|
||||
"File not found"
|
||||
|
||||
get_doc_en_file_paths! relative_dir_path, relative_file_paths_result := [] =
|
||||
get_doc_en_file_paths! relative_dir_path, relative_file_paths_result: List(Str) := [] =
|
||||
dir_path = mylib.path_join(cwd, relative_dir_path)
|
||||
dir_list = sorted os.listdir! dir_path
|
||||
relative_file_paths = ![]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue